X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=blobdiff_plain;f=src%2Fwm.h;h=7e677c23f449b3a82f794dc839eed26288901729;hp=b675539378917db1cb594f254180cc3f56f6c422;hb=906b341b177e5947710107eceb9ab2e4ee09528c;hpb=d02747c88b1df856c5531cdc4b7af5b3ac8a0dc3 diff --git a/src/wm.h b/src/wm.h index b675539..7e677c2 100644 --- a/src/wm.h +++ b/src/wm.h @@ -44,6 +44,7 @@ public: Window *get_focused_window(); Window *get_window_at_pos(int pointer_x, int pointer_y); + Window *get_root_window() const; void set_focused_frame_color(int r, int g, int b); void get_focused_frame_color(int *r, int *g, int *b);