wxOS2 night build warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user