X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fpython.hh;h=cfa625d035fd36ed329239ac73f1fb83eff2153b;hb=3814c4fbebb1f3e5e489225a0280d6a1958d1543;hp=2f77932138c724ae312298bd909c4e7e1e688cee;hpb=26bef30a57e0a23be2dc3dd5418f305c43684bb1;p=chaz%2Fopenbox diff --git a/src/python.hh b/src/python.hh index 2f779321..cfa625d0 100644 --- a/src/python.hh +++ b/src/python.hh @@ -8,6 +8,7 @@ #include "otk/point.hh" #include "otk/rect.hh" +#include "otk/property.hh" extern "C" { #include @@ -51,10 +52,12 @@ enum KeyContext { enum EventAction { EventEnterWindow, EventLeaveWindow, + EventPlaceWindow, EventNewWindow, EventCloseWindow, EventStartup, EventShutdown, + EventFocus, NUM_EVENTS }; @@ -142,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