17#define INRECT(x,y,rx,ry,rw,rh) ((x) >= (rx) && (x) < (rx)+(rw) && (y) >= (ry) && (y) < (ry)+(rh))
19void init_screens(
void);
20void screen_dpi_xft_cache_purge(
void);
21bool screen_check_event(XEvent *ev);
24double screen_dpi_get(
const struct screen_info *scr);
bool have_fullscreen_window(void)
Find the currently focused window and check if it's in fullscreen mode.
bool window_is_fullscreen(Window window)
Check if window is in fullscreen mode.