]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ui.h
reworked rtlighting code to handle transparent water lighting and transparent model...
[xonotic/darkplaces.git] / ui.h
diff --git a/ui.h b/ui.h
index e4aff297cd512dcf92227ccdd682fb7181e4ed12..1c442feecafffb82f4f86bdb440e69898e4637e7 100644 (file)
--- a/ui.h
+++ b/ui.h
@@ -10,7 +10,7 @@
 
 #define UI_EVENT_QUEUE_SIZE 32
 
-typedef enum { UI_BUTTON, UI_LABEL } ui_control_type;
+typedef enum ui_control_type_e { UI_BUTTON, UI_LABEL } ui_control_type;
 
 typedef struct ui_message_s                    ui_message_t;
 typedef struct ui_item_s                       *ui_item_t;