]> Dogcows Code - chaz/openbox/blobdiff - otk/eventdispatcher.hh
add an OBRootWindow class that watches events/properties on root windows
[chaz/openbox] / otk / eventdispatcher.hh
index 5e7a1fe484fff6400aa84a7005879c64d567cb07..28741d95bff9d942d46689501a371385824e0c92 100644 (file)
@@ -28,6 +28,8 @@ private:
   OtkEventMap _map;
   OtkEventHandler *_fallback;
 
+  //! The time at which the last XEvent with a time was received
+  Time _lasttime; // XXX: store this! also provide an accessor!
 };
 
 }
This page took 0.021297 seconds and 4 git commands to generate.