From: Václav Slavík Date: Wed, 26 Sep 2001 22:18:43 +0000 (+0000) Subject: temporary stubs for fullscreen functions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b9cab370ff9bd3573be9afa7890072bbf6c55be temporary stubs for fullscreen functions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index 7b9f97886b..f508a5319a 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -59,6 +59,10 @@ public: virtual bool Show(bool show = TRUE); + // FIXME -- not yet moved from wxFrame to wxTLW + virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) {} + virtual bool IsFullScreen() { return FALSE; } + // implementation from now on // --------------------------