Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32keyboard.c @ 1725:98a3207ddde8 SDL-1.3
Implemented Win32 video mode support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 07 Jul 2006 08:05:39 +0000 |
parents | 6c63fc2bd986 |
children |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32keyboard.c Thu Jul 06 07:17:11 2006 +0000 +++ b/src/video/win32/SDL_win32keyboard.c Fri Jul 07 08:05:39 2006 +0000 @@ -26,7 +26,7 @@ #include "../../events/SDL_keyboard_c.h" void -WIN_AddKeyboard(_THIS) +WIN_InitKeyboard(_THIS) { SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; SDL_Keyboard keyboard; @@ -36,7 +36,7 @@ } void -WIN_DelKeyboard(_THIS) +WIN_QuitKeyboard(_THIS) { SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;