X-Git-Url: https://eleni.mutantstargoat.com/git/?p=winnie;a=blobdiff_plain;f=src%2Fwm.h;h=0ba8a04506e3c77ab7d80ecd6c3b7ab79ccdfbc5;hp=140a3b0ade2d3e2b8f342ec151481bc09171ba27;hb=32869d8ffb64be82541f48166c5e73a6c4336135;hpb=2985bfa49497805b4760c066a6288c4b3752d145 diff --git a/src/wm.h b/src/wm.h index 140a3b0..0ba8a04 100644 --- a/src/wm.h +++ b/src/wm.h @@ -28,6 +28,7 @@ private: Window *grab_win; Pixmap mouse_cursor; + Pixmap *background; void create_frame(Window *win); void destroy_frame(Window *win); @@ -55,6 +56,9 @@ public: void set_unfocused_frame_color(int r, int g, int b); void get_unfocused_frame_color(int *r, int *g, int *b) const; + void set_background(const Pixmap *pixmap); + const Pixmap *get_background() const; + Window *get_grab_window() const; void grab_mouse(Window *win);