]> Dogcows Code - chaz/openbox/blobdiff - src/frame.hh
split up widget and basewidget
[chaz/openbox] / src / frame.hh
index e1647a991e2e7243722d5d2a61617ecb764ef56b..1816ad011ef17f39b30ebe6fc66100dd2977c073 100644 (file)
@@ -30,6 +30,11 @@ namespace ob {
   client are sent to the window manager.
 */
 class OBFrame : public otk::OtkWidget {
+public:
+
+  //! The event mask to grab on frame windows
+  static const long event_mask = EnterWindowMask | LeaveWindowMask;
+
 private:
   OBClient *_client;
   const otk::ScreenInfo *_screen;
This page took 0.019629 seconds and 4 git commands to generate.