]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/frame.h
Remove unnecessary Mac-specific TOOLKIT_LOWERCASE setting.
[wxWidgets.git] / include / wx / gtk / frame.h
index c24937ec95ea453df13c4c8ee83de41f88635a1e..9d97293d52b068e6a6c4c70366bf371720cd8c8b 100644 (file)
@@ -53,10 +53,10 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL);
     wxPoint GetClientAreaOrigin() const { return wxPoint(0, 0); }
 
-#if wxUSE_LIBHILDON
+#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2
     // in Hildon environment all frames are always shown maximized
     virtual bool IsMaximized() const { return true; }
-#endif // wxUSE_LIBHILDON
+#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2
 
     // implementation from now on
     // --------------------------