summaryrefslogtreecommitdiff
path: root/src/python.hh
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.hh
parentc34f2a5241fba850f3e48a08ebeff3190c6dc9d5 (diff)
use the new non-static display
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python.hh b/src/python.hh
index c346f928..a2cfa366 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -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));
}
};