summaryrefslogtreecommitdiff
path: root/src/python.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-13 09:04:57 +0000
committerDana Jansens <danakj@orodu.net>2003-01-13 09:04:57 +0000
commitcdcc526a0274cace9f542960fe4eee4ddcc23d31 (patch)
tree19e49487f23f79ef80690a2ecb8d9aef73f230be /src/python.cc
parentc34f2a5241fba850f3e48a08ebeff3190c6dc9d5 (diff)
use the new non-static display
Diffstat (limited to 'src/python.cc')
-rw-r--r--src/python.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.cc b/src/python.cc
index 912f196d..12e74eee 100644
--- a/src/python.cc
+++ b/src/python.cc
@@ -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;