summaryrefslogtreecommitdiff
path: root/otk/display.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-03 11:46:05 +0000
committerDana Jansens <danakj@orodu.net>2002-11-03 11:46:05 +0000
commitace8c8896aa13a6fc4e489277cf9c96f49175322 (patch)
tree69748320de56b6c0c1fccdefc768b2b12ab012b7 /otk/display.hh
parent37e56007680a6664967e0e71ac52981654def6a6 (diff)
WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAY
Diffstat (limited to 'otk/display.hh')
-rw-r--r--otk/display.hh13
1 files changed, 13 insertions, 0 deletions
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);
};
}