git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41437
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// decorations anyhow and that by default native decorations are used
//
// if UseNativeDecorations() is used, it must be called before Create()
// decorations anyhow and that by default native decorations are used
//
// if UseNativeDecorations() is used, it must be called before Create()
- static UseNativeDecorationsByDefault(bool native = true);
+ static void UseNativeDecorationsByDefault(bool native = true);
void UseNativeDecorations(bool native = true);
bool IsUsingNativeDecorations() const;
void UseNativeDecorations(bool native = true);
bool IsUsingNativeDecorations() const;
return wxTopLevelWindowNative::ShowFullScreen(show, style);
}
return wxTopLevelWindowNative::ShowFullScreen(show, style);
}
-/* static */ wxTopLevelWindow::UseNativeDecorationsByDefault(bool native)
+/* static */
+void wxTopLevelWindow::UseNativeDecorationsByDefault(bool native)
{
ms_drawDecorations = !native;
}
{
ms_drawDecorations = !native;
}