diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-06 11:56:14 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-06 11:56:14 -0800 |
commit | 7f870cf9c357f6a1138ba612ace7d7249f85e250 (patch) | |
tree | b39b3c6cb644b5c20936de1bae7833c0b95173c7 /system | |
parent | 663075274d30ae406734e7eb5ef8b07c9340e9a6 (diff) | |
parent | 2247ff845fa862a35fc9d1acf8150eb7e56f41ac (diff) |
Merge pull request #1748 from caiiiycuk/fix_sdl_colors
Fix SDL_SetColors && SDL_envets
Diffstat (limited to 'system')
-rw-r--r-- | system/include/SDL/SDL_events.h | 1 |
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 */ |