]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
rework focus event handling. does it basically like ob2 did now. and it seems to...
[chaz/openbox] / src / python.hh
index 948e9a72af9b3bede62c58a802e7e645ab9819ae..cfa625d035fd36ed329239ac73f1fb83eff2153b 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "otk/point.hh"
 #include "otk/rect.hh"
+#include "otk/property.hh"
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -51,8 +52,12 @@ enum KeyContext {
 enum EventAction {
   EventEnterWindow,
   EventLeaveWindow,
+  EventPlaceWindow,
   EventNewWindow,
   EventCloseWindow,
+  EventStartup,
+  EventShutdown,
+  EventFocus,
   NUM_EVENTS
 };
 
@@ -140,6 +145,10 @@ PyObject *ebind(ob::EventAction action, PyObject *func);
 
 void set_reset_key(const std::string &key);
 
+PyObject *send_client_msg(Window target, int type, Window about,
+                          long data, long data1 = 0, long data2 = 0,
+                          long data3 = 0, long data4 = 0);
+
 }
 
 #endif // __python_hh
This page took 0.021905 seconds and 4 git commands to generate.