]> Dogcows Code - chaz/openbox/blobdiff - src/python.cc
use the new non-static display
[chaz/openbox] / src / python.cc
index 912f196d332b20733ce2d6258dd22e0483821040..12e74eeea1b0d5f1c6effe5b8206602167b4c465 100644 (file)
@@ -213,7 +213,7 @@ PyObject *send_client_msg(Window target, int type, Window about,
   e.xclient.data.l[3] = data3;
   e.xclient.data.l[4] = data4;
 
-  XSendEvent(otk::Display::display, target, false,
+  XSendEvent(**otk::display, target, false,
              SubstructureRedirectMask | SubstructureNotifyMask,
              &e);
   Py_INCREF(Py_None); return Py_None;
This page took 0.02196 seconds and 4 git commands to generate.