From ace8c8896aa13a6fc4e489277cf9c96f49175322 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Nov 2002 11:46:05 +0000 Subject: WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY --- otk/display.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'otk/display.hh') diff --git a/otk/display.hh b/otk/display.hh index aa457bcd..7724bbab 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -62,6 +62,19 @@ public: inline static int shapeEventBase() { return _shape_event_basep; } //! Returns if the display has the xinerama extention available inline static bool xinerama() { return _xinerama; } + + + + + + /* TEMPORARY */ + static void grabButton(unsigned int button, unsigned int modifiers, + Window grab_window, bool owner_events, + unsigned int event_mask, int pointer_mode, + int keyboard_mode, Window confine_to, Cursor cursor, + bool allow_scroll_lock); + static void ungrabButton(unsigned int button, unsigned int modifiers, + Window grab_window); }; } -- cgit v1.2.3