]> Dogcows Code - chaz/openbox/commitdiff
remove temp include
authorDana Jansens <danakj@orodu.net>
Wed, 4 Dec 2002 08:30:19 +0000 (08:30 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 4 Dec 2002 08:30:19 +0000 (08:30 +0000)
src/frame.cc

index 339aa68b03017bd734fbd7ca54eb3647303b512a..aa1e868f14b36d850d1745821632814cb195120a 100644 (file)
@@ -16,10 +16,11 @@ extern "C" {
 #include "otk/display.hh"
 
 #include <string>
-#include <iostream> // TEMP
 
 namespace ob {
 
+const long OBFrame::event_mask;
+
 OBFrame::OBFrame(OBClient *client, otk::Style *style)
   : otk::OtkWidget(Openbox::instance, style),
     _client(client),
@@ -39,6 +40,8 @@ OBFrame::OBFrame(OBClient *client, otk::Style *style)
   assert(client);
   assert(style);
 
+  XSelectInput(otk::OBDisplay::display, getWindow(), OBFrame::event_mask);
+  
   unmanaged();
   _titlebar.unmanaged();
   _button_close.unmanaged();
This page took 0.02256 seconds and 4 git commands to generate.