Added feature flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-02-07 04:04:02 +00:00
parent a7a0141800
commit 38dc15374b
2 changed files with 3 additions and 1 deletions

View File

@@ -129,7 +129,8 @@ enum wxSystemMetric
enum wxSystemFeature
{
wxSYS_CAN_DRAW_FRAME_DECORATIONS = 1,
wxSYS_CAN_ICONIZE_FRAME
wxSYS_CAN_ICONIZE_FRAME,
wxSYS_TABLET_PRESENT
};