X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63a3cd7a8c737eb4571f27e5f2af37eda0f1c5cc..321fe98cfe4fe7572922ba35c334cdcfdf13b027:/src/os2/settings.cpp diff --git a/src/os2/settings.cpp b/src/os2/settings.cpp index 2f42f126e1..c75d66794f 100644 --- a/src/os2/settings.cpp +++ b/src/os2/settings.cpp @@ -289,6 +289,7 @@ int wxSystemSettingsNative::GetMetric( wxSystemMetric index, // TODO case wxSYS_SWAP_BUTTONS: default: + break; } return -1; // unsupported metric } @@ -300,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;