]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
remove debug printfs
[chaz/openbox] / src / python.hh
index c346f928f89bc8d87772a16c17d98bac9853403e..de9afdfb626bea56179b0168f63f8a33f36e6fc8 100644 (file)
@@ -154,7 +154,7 @@ public:
     this->client = client;
     this->time   = time;
     this->state  = state;
-    this->key    = XKeysymToString(XKeycodeToKeysym(otk::Display::display,
+    this->key    = XKeysymToString(XKeycodeToKeysym(**otk::display,
                                                     key, 0));
   }
 };
@@ -187,7 +187,7 @@ 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,
+PyObject *send_client_msg(Window target, Atom type, Window about,
                           long data, long data1 = 0, long data2 = 0,
                           long data3 = 0, long data4 = 0);
 }
This page took 0.022772 seconds and 4 git commands to generate.