diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
| commit | cdcc526a0274cace9f542960fe4eee4ddcc23d31 (patch) | |
| tree | 19e49487f23f79ef80690a2ecb8d9aef73f230be /src/python.hh | |
| parent | c34f2a5241fba850f3e48a08ebeff3190c6dc9d5 (diff) | |
use the new non-static display
Diffstat (limited to 'src/python.hh')
| -rw-r--r-- | src/python.hh | 2 |
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)); } }; |
