minor stuff
This commit is contained in:
parent
7047c4b7ad
commit
8aa1b8d5b0
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: fluxbox.cc,v 1.192 2003/09/14 11:56:11 rathnor Exp $
|
// $Id: fluxbox.cc,v 1.193 2003/09/14 12:03:40 fluxgen Exp $
|
||||||
|
|
||||||
#include "fluxbox.hh"
|
#include "fluxbox.hh"
|
||||||
|
|
||||||
|
@ -582,6 +582,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
|
||||||
cerr<<"--- resource manager lockdepth = "<<m_resourcemanager.lockDepth()<<endl;
|
cerr<<"--- resource manager lockdepth = "<<m_resourcemanager.lockDepth()<<endl;
|
||||||
#endif //DEBUG
|
#endif //DEBUG
|
||||||
m_starting = false;
|
m_starting = false;
|
||||||
|
// FbTk::ThemeManager::instance().listItems();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -837,7 +838,6 @@ void Fluxbox::handleEvent(XEvent * const e) {
|
||||||
m_last_time = e->xcrossing.time;
|
m_last_time = e->xcrossing.time;
|
||||||
break;
|
break;
|
||||||
case Expose:
|
case Expose:
|
||||||
// handled directly in FluxboxWindow::exposeEvent
|
|
||||||
break;
|
break;
|
||||||
case KeyRelease:
|
case KeyRelease:
|
||||||
case KeyPress:
|
case KeyPress:
|
||||||
|
|
Loading…
Reference in a new issue