]> Dogcows Code - chaz/openbox/blobdiff - src/client.hh
update to cleaned up otk api
[chaz/openbox] / src / client.hh
index 458fe088d4006ee6f5bbf5b54f4059d187a1e478..4e22e2dc9d2b0f7012d690f71d187e8d55ac7f5a 100644 (file)
@@ -22,11 +22,14 @@ extern "C" {
 #include "otk/rect.hh"
 #include "otk/eventhandler.hh"
 #include "widget.hh"
+#include "python.hh"
 
 namespace ob {
 
 class OBFrame;
 
+extern PyTypeObject OBClient_Type;
+
 //! Maintains the state of a client window.
 /*!
   OBClient maintains the state of a client window. The state consists of the
@@ -40,6 +43,7 @@ class OBFrame;
   change (such as causing a redraw of the titlebar after the title is changed).
 */
 class OBClient : public otk::OtkEventHandler, public OBWidget {
+  PyObject_HEAD
 public:
 
   //! The frame window which decorates around the client window
This page took 0.021789 seconds and 4 git commands to generate.