*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40296
This commit is contained in:
parent
b7e54037ed
commit
40435096bc
9 changed files with 17 additions and 1 deletions
|
@ -15,7 +15,7 @@ dnl Set various version strings - taken gratefully from the GTk sources
|
|||
SDL_MAJOR_VERSION=1
|
||||
SDL_MINOR_VERSION=2
|
||||
SDL_MICRO_VERSION=4
|
||||
SDL_INTERFACE_AGE=4
|
||||
SDL_INTERFACE_AGE=0
|
||||
SDL_BINARY_AGE=4
|
||||
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ HEADERS = \
|
|||
../../../../include/SDL_joystick.h \
|
||||
../../../../include/SDL_keyboard.h \
|
||||
../../../../include/SDL_keysym.h \
|
||||
../../../../include/SDL_loadso.h \
|
||||
../../../../include/SDL_main.h \
|
||||
../../../../include/SDL_mouse.h \
|
||||
../../../../include/SDL_mutex.h \
|
||||
|
|
|
@ -74,6 +74,9 @@ _SDL_GetKeyState
|
|||
_SDL_GetModState
|
||||
_SDL_SetModState
|
||||
_SDL_GetKeyName
|
||||
_SDL_LoadObject
|
||||
_SDL_LoadFunction
|
||||
_SDL_UnloadObject
|
||||
_SDL_SetModuleHandle
|
||||
_SDL_RegisterApp
|
||||
_SDL_InitQuickDraw
|
||||
|
|
|
@ -14,6 +14,7 @@ HEADERS = \
|
|||
../../../../include/SDL_joystick.h \
|
||||
../../../../include/SDL_keyboard.h \
|
||||
../../../../include/SDL_keysym.h \
|
||||
../../../../include/SDL_loadso.h \
|
||||
../../../../include/SDL_mouse.h \
|
||||
../../../../include/SDL_mutex.h \
|
||||
../../../../include/SDL_quit.h \
|
||||
|
|
|
@ -76,6 +76,9 @@
|
|||
SDL_GetModState
|
||||
SDL_SetModState
|
||||
SDL_GetKeyName
|
||||
SDL_LoadObject
|
||||
SDL_LoadFunction
|
||||
SDL_UnloadObject
|
||||
SDL_GetMouseState
|
||||
SDL_GetRelativeMouseState
|
||||
SDL_WarpMouse
|
||||
|
|
|
@ -13,6 +13,7 @@ HEADERS = \
|
|||
../../../../include/SDL_joystick.h \
|
||||
../../../../include/SDL_keyboard.h \
|
||||
../../../../include/SDL_keysym.h \
|
||||
../../../../include/SDL_loadso.h \
|
||||
../../../../include/SDL_mouse.h \
|
||||
../../../../include/SDL_mutex.h \
|
||||
../../../../include/SDL_quit.h \
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
_SDL_GetModState
|
||||
_SDL_SetModState
|
||||
_SDL_GetKeyName
|
||||
_SDL_LoadObject
|
||||
_SDL_LoadFunction
|
||||
_SDL_UnloadObject
|
||||
_SDL_GetMouseState
|
||||
_SDL_GetRelativeMouseState
|
||||
_SDL_WarpMouse
|
||||
|
|
|
@ -13,6 +13,7 @@ HEADERS = \
|
|||
../../../../include/SDL_joystick.h \
|
||||
../../../../include/SDL_keyboard.h \
|
||||
../../../../include/SDL_keysym.h \
|
||||
../../../../include/SDL_loadso.h \
|
||||
../../../../include/SDL_main.h \
|
||||
../../../../include/SDL_mouse.h \
|
||||
../../../../include/SDL_mutex.h \
|
||||
|
|
|
@ -74,6 +74,9 @@
|
|||
SDL_GetModState
|
||||
SDL_SetModState
|
||||
SDL_GetKeyName
|
||||
SDL_LoadObject
|
||||
SDL_LoadFunction
|
||||
SDL_UnloadObject
|
||||
SDL_SetModuleHandle
|
||||
SDL_RegisterApp
|
||||
SDL_InitQuickDraw
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue