From cdcc526a0274cace9f542960fe4eee4ddcc23d31 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 09:04:57 +0000 Subject: use the new non-static display --- src/python.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python.hh') 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)); } }; -- cgit v1.2.3