X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b12ec1259164908657245d82c877812c505beba..3a71210569f5cefca56cc2244d4a244e2649a8df:/include/wx/gtk/frame.h?ds=sidebyside diff --git a/include/wx/gtk/frame.h b/include/wx/gtk/frame.h index c24937ec95..9d97293d52 100644 --- a/include/wx/gtk/frame.h +++ b/include/wx/gtk/frame.h @@ -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 // --------------------------