diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-04 08:30:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-04 08:30:32 +0000 |
| commit | 73f7a0bd69607663050f02acf121f40a739d9619 (patch) | |
| tree | f706096249fb715d092f93701f62570b8367ef8e /src/frame.hh | |
| parent | 559a0c67a7b26dd3cc88208db83fb4df6a031484 (diff) | |
enter/leave actions work!
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
