]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/settings.cpp
wxGTK2: No need to check for __WXGTK20__ here
[wxWidgets.git] / src / os2 / settings.cpp
index 5e94ed37e135f345640818cae53a617fe4c2f120..c75d66794f8cb7252152cd20c5054fc450be7011 100644 (file)
@@ -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;