aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAleksander Guryanov <caiiiycuk@gmail.com>2013-10-30 18:18:29 +0700
committerAleksander Guryanov <caiiiycuk@gmail.com>2013-10-30 18:18:29 +0700
commit2247ff845fa862a35fc9d1acf8150eb7e56f41ac (patch)
tree3f6d7354662d007fd822c5fdd9e638b7d6a7ab62 /system
parentc45cd7c72a019f54b0f6ee873641200ecb043a25 (diff)
Fix SDL_SetColors && SDL_envets
Diffstat (limited to 'system')
-rw-r--r--system/include/SDL/SDL_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/SDL/SDL_events.h b/system/include/SDL/SDL_events.h
index 804ac57e..8be00ceb 100644
--- a/system/include/SDL/SDL_events.h
+++ b/system/include/SDL/SDL_events.h
@@ -55,6 +55,7 @@ extern "C" {
*/
typedef enum
{
+ SDL_NOEVENT = 0,
SDL_FIRSTEVENT = 0, /**< Unused (do not remove) */
/* Application events */