]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
use client messages to switch desktops/move windows between desktops
[chaz/openbox] / src / python.hh
index 948e9a72af9b3bede62c58a802e7e645ab9819ae..81b3b0ca3b11eb6b7acd72334131ea174d9d542c 100644 (file)
@@ -8,6 +8,7 @@
 
 #include "otk/point.hh"
 #include "otk/rect.hh"
+#include "otk/property.hh"
 
 extern "C" {
 #include <X11/Xlib.h>
@@ -53,6 +54,9 @@ enum EventAction {
   EventLeaveWindow,
   EventNewWindow,
   EventCloseWindow,
+  EventStartup,
+  EventShutdown,
+  EventFocus,
   NUM_EVENTS
 };
 
@@ -140,6 +144,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.020065 seconds and 4 git commands to generate.