]> Dogcows Code - chaz/openbox/blobdiff - src/actions.hh
add click_raise global var
[chaz/openbox] / src / actions.hh
index f210f6ce9fa74ca6a74e3d327dfe8ceff9991964..8b6633be5e66d1a861fc0d1c4d612ee986a9e925 100644 (file)
@@ -33,6 +33,8 @@ public:
     Action_LeaveWindow,
     Action_KeyPress,
     Action_MouseMotion,
+    Action_NewWindow,
+    Action_CloseWindow,
     NUM_ACTIONS
   };
   
@@ -67,6 +69,10 @@ public:
   virtual void keyPressHandler(const XKeyEvent &e);
 
   virtual void motionHandler(const XMotionEvent &e);
+
+  virtual void mapRequestHandler(const XMapRequestEvent &e);
+  virtual void unmapHandler(const XUnmapEvent &e);
+  virtual void destroyHandler(const XDestroyWindowEvent &e);
 };
 
 }
This page took 0.023839 seconds and 4 git commands to generate.