X-Git-Url: http://git.mutantstargoat.com?p=winnie;a=blobdiff_plain;f=src%2Fwm.h;h=e3f404041da43c137535d1306c6e8b31f8627c1e;hp=fc10953716231068e9a9518a03c5515de0145259;hb=5449bf8fbca1d2cfbefa0386df7109afb2a5aa34;hpb=094e53b80e5576db6c86bb7dc6141b0cff7fa665 diff --git a/src/wm.h b/src/wm.h index fc10953..e3f4040 100644 --- a/src/wm.h +++ b/src/wm.h @@ -3,6 +3,7 @@ #include #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();