X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;ds=sidebyside;f=src%2Fwm.h;h=88a2178baac99752e4b4ed3feec4037455a0f103;hb=f71618aebfa6b8754dd056689a6c5821b755972c;hp=a7541862be8e929a1cac9962f2c080e5b4cef0f4;hpb=18aa4e842c332f25b041cc8b2e47090539197113;p=winnie diff --git a/src/wm.h b/src/wm.h index a754186..88a2178 100644 --- a/src/wm.h +++ b/src/wm.h @@ -18,6 +18,8 @@ public: void invalidate_region(const Rect &rect); void process_windows(); + + void add_window(Window *win); }; extern WindowManager *wm;