X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fframe.hh;h=1816ad011ef17f39b30ebe6fc66100dd2977c073;hb=301adc8bc20dff10093f3c0df44e30acbbddab67;hp=e1647a991e2e7243722d5d2a61617ecb764ef56b;hpb=9860b76c50e5ecacc85921539058eab4c655c38d;p=chaz%2Fopenbox diff --git a/src/frame.hh b/src/frame.hh index e1647a99..1816ad01 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -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;