From 4546925b589d30c46f3bced74a02b3d531de894c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 04:04:53 +0000 Subject: get the mouse pointer position if it is on another screen too. let you move/resize from the client menu if the mouse is on another screen --- openbox/screen.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/screen.h') diff --git a/openbox/screen.h b/openbox/screen.h index ccaa4f57..a84170f8 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -107,6 +107,8 @@ guint screen_find_monitor(Rect *search); gotta call it to let it know it should change. */ void screen_set_root_cursor(); +/*! Gives back the pointer's position in x and y. Returns TRUE if the pointer + is on this screen and FALSE if it is on another screen. */ gboolean screen_pointer_pos(gint *x, gint *y); #endif -- cgit v1.2.3