* in progress *
[winnie] / src / wm.h
index fc10953..e3f4040 100644 (file)
--- a/src/wm.h
+++ b/src/wm.h
@@ -3,6 +3,7 @@
 
 #include <list>
 #include "geom.h"
+#include "pixmap.h"
 
 class Window;
 
@@ -14,6 +15,8 @@ private:
        int bg_color[3];
        Window *focused_win;
 
+       Pixmap mouse_cursor;
+
 public:
        WindowManager();