diff options
author | CrystalPT <CrystalPT@svn> | 2010-06-18 05:45:56 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-06-18 05:45:56 +0000 |
commit | 836b71f19e5815596b48dc25b202cb6c37e45e07 (patch) | |
tree | 6d5f6969015ff00b4975d2559bf3fb69a0a57099 /guilib | |
parent | ae4cd9b01410486e7c617e5b27a937a2ce18cf7c (diff) |
changed: Resolution Selection Redesign - Part 2
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31165 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/Resolution.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guilib/Resolution.h b/guilib/Resolution.h index 1220920511..fd0d7e7fa9 100644 --- a/guilib/Resolution.h +++ b/guilib/Resolution.h @@ -24,6 +24,12 @@ #include <stdint.h> #include "StdString.h" +typedef int DisplayMode; +#define DM_WINDOWED -1 +#define DM_FULLSCREEN1 0 +#define DM_FULLSCREEN2 1 +// etc. + enum RESOLUTION { RES_INVALID = -1, RES_HDTV_1080i = 0, |