aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index b266114..bd02cee 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.192 2003/09/14 11:56:11 rathnor Exp $ 25// $Id: fluxbox.cc,v 1.193 2003/09/14 12:03:40 fluxgen Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -582,6 +582,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
582 cerr<<"--- resource manager lockdepth = "<<m_resourcemanager.lockDepth()<<endl; 582 cerr<<"--- resource manager lockdepth = "<<m_resourcemanager.lockDepth()<<endl;
583#endif //DEBUG 583#endif //DEBUG
584 m_starting = false; 584 m_starting = false;
585 // FbTk::ThemeManager::instance().listItems();
585} 586}
586 587
587 588
@@ -837,7 +838,6 @@ void Fluxbox::handleEvent(XEvent * const e) {
837 m_last_time = e->xcrossing.time; 838 m_last_time = e->xcrossing.time;
838 break; 839 break;
839 case Expose: 840 case Expose:
840 // handled directly in FluxboxWindow::exposeEvent
841 break; 841 break;
842 case KeyRelease: 842 case KeyRelease:
843 case KeyPress: 843 case KeyPress: