X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ae3663c5058cf793c6dc7208f2c721f5cd0bae..b0d8bfa6cd4042d3ea8680ad0145f79e3cb15268:/src/os2/settings.cpp?ds=sidebyside diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index 5e94ed37e1..c75d66794f 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -301,8 +301,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;