git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36080
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// return true if the frame is in fullscreen mode
virtual bool IsFullScreen() const = 0;
// return true if the frame is in fullscreen mode
virtual bool IsFullScreen() const = 0;
-#if !defined(__WXMSW__) && \
- !defined(__WXMOTIF__)
+#if defined(__WXMSW__) || \
+ defined(__WXMOTIF__)
// FIXME: This is work in progress about moving SetTitle/GetTitle from wxWindow
// to wxTopLevelWindow so initially enabled in wxMSW only to observe results
// FIXME: This is work in progress about moving SetTitle/GetTitle from wxWindow
// to wxTopLevelWindow so initially enabled in wxMSW only to observe results