X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ae3663c5058cf793c6dc7208f2c721f5cd0bae..f61ed7ee42d7647663e48ac55062be0935bb07aa:/src/os2/settings.cpp diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index 5e94ed37e1..805e567da7 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -13,11 +13,10 @@ #include "wx/wxprec.h" #ifndef WX_PRECOMP -#include -#include "wx/defs.h" -#include "wx/pen.h" -#include "wx/brush.h" -#include "wx/gdicmn.h" + #include + #include "wx/pen.h" + #include "wx/brush.h" + #include "wx/gdicmn.h" #endif #include "wx/module.h" @@ -301,8 +300,11 @@ bool wxSystemSettingsNative::HasFeature( wxSystemFeature index ) case wxSYS_CAN_ICONIZE_FRAME: return true; - case wxSYS_CAN_DRAW_FRAME_DECORATIONS: - return false; + // TODO case wxSYS_CAN_DRAW_FRAME_DECORATIONS: + // TODO case wxSYS_TABLET_PRESENT: + + default: + break; } return false;