X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.h;h=782c7311085b6ac8e613d789ddae086552880357;hb=275c44c386e937ed66cd2021b880a3d7d4de4933;hp=ee966bb7aacd47ec03074acfd95fb07906011fef;hpb=806a8c411f10c7a2292bfac15d77c8609f56ee71;p=chaz%2Fopenbox diff --git a/openbox/screen.h b/openbox/screen.h index ee966bb7..782c7311 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -75,6 +75,10 @@ Rect *screen_area(guint desktop); Rect *screen_area_monitor(guint desktop, guint head); +/*! 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(); + gboolean screen_pointer_pos(int *x, int *y); #endif