diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index 91ea05b928..9508520cc1 100644 --- a/common/system.h +++ b/common/system.h @@ -128,7 +128,12 @@ public: * This should only be set if it offers at least 3-4 bits of accuracy, * as opposed to a single alpha bit. */ - kFeatureOverlaySupportsAlpha + kFeatureOverlaySupportsAlpha, + + /** + * Set to true to iconify the window. + */ + kFeatureIconifyWindow }; /** |