X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;fp=openbox%2Fscreen.h;h=4a8d8a1e141868479c07fe3c3ef69a1b4c7952b2;hb=111465b7373cdcdd791b603aefd882ae06d5bf0b;hp=7df47f396fca396f3094ad595d1c52e4e236416f;hpb=d55f4b41c6ebf00e36a5e91ddc962a753f6c9ef8;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index 7df47f39..4a8d8a1e 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -134,6 +134,9 @@ gboolean screen_physical_area_monitor_contains(guint head, Rect *search); */ guint screen_find_monitor(Rect *search); +/*! Finds the monitor which contains the point @x, @y */ +guint screen_find_monitor_point(guint x, guint y); + /*! Sets the root cursor. This function decides which cursor to use, but you gotta call it to let it know it should change. */ void screen_set_root_cursor();