]> Dogcows Code - chaz/openbox/blobdiff - src/python.hh
make an optional bool param for ustring's other constructors
[chaz/openbox] / src / python.hh
index c346f928f89bc8d87772a16c17d98bac9853403e..a2cfa366772e32d3284b4b9a3696447ff39eea9a 100644 (file)
@@ -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));
   }
 };
This page took 0.02306 seconds and 4 git commands to generate.