summaryrefslogtreecommitdiff
path: root/src/ui/ui_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r--src/ui/ui_local.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h
index 222942cb..e01f1b8f 100644
--- a/src/ui/ui_local.h
+++ b/src/ui/ui_local.h
@@ -58,6 +58,7 @@ void UI_DrawConnectScreen( qboolean overlay );
#define MAX_DEMOS 256
#define MAX_MOVIES 256
#define MAX_HELP_INFOPANES 32
+#define MAX_RESOLUTIONS 32
typedef struct
{
@@ -178,6 +179,13 @@ menuItem_t;
typedef struct
{
+ int w;
+ int h;
+}
+resolution_t;
+
+typedef struct
+{
displayContextDef_t uiDC;
int playerCount;
@@ -267,6 +275,9 @@ typedef struct
int numFoundPlayerServers;
int nextFindPlayerRefresh;
+ resolution_t resolutions[ MAX_RESOLUTIONS ];
+ int numResolutions;
+
qboolean inGameLoad;
qboolean chatTeam;