added fonts - works with sdl version
[winnie] / src / wm.h
index b675539..b73a250 100644 (file)
--- a/src/wm.h
+++ b/src/wm.h
@@ -44,11 +44,13 @@ 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);
+       void get_focused_frame_color(int *r, int *g, int *b) const;
 
        void set_unfocused_frame_color(int r, int g, int b);
+       void get_unfocused_frame_color(int *r, int *g, int *b) const;
 
        Window *get_grab_window() const;