]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix after last commit.
authorWłodzimierz Skiba <abx@abx.art.pl>
Thu, 3 Nov 2005 22:14:34 +0000 (22:14 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Thu, 3 Nov 2005 22:14:34 +0000 (22:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/toplevel.h

index 07966dfe1acfcae9e17940727d2bd4204ee0ac99..0a2392e44656a21ab5c38bdfe88f1fd6a6b4ac72 100644 (file)
@@ -154,8 +154,8 @@ public:
     // 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