X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgbase%2Fwindow.h;h=f422296f8d3be7e98f6a33ad31932d9197b3b85f;hb=aeb2546fc11a7e27a02a47e85756746330253742;hp=e85f86ac7128e522e7869d9a9faec8f5e811b7f7;hpb=881ad898c45954f95972091554af25d775b8c2a8;p=libs%2Fgui.git diff --git a/source/gbase/window.h b/source/gbase/window.h index e85f86a..f422296 100644 --- a/source/gbase/window.h +++ b/source/gbase/window.h @@ -44,6 +44,7 @@ protected: WindowHandle window; #ifndef WIN32 Atom wm_delete_window; + Cursor invisible_cursor; #endif public: @@ -53,6 +54,7 @@ public: void set_title(const std::string &); void reconfigure(const WindowOptions &); + void show_cursor(bool); Display &get_display() const { return display; } const WindowOptions &get_options() const { return options; }