branch | SDL-1.3 |
changeset 1725 | 98a3207ddde8 |
parent 1724 | 6c63fc2bd986 |
--- a/src/video/win32/SDL_win32mouse.c Thu Jul 06 07:17:11 2006 +0000 +++ b/src/video/win32/SDL_win32mouse.c Fri Jul 07 08:05:39 2006 +0000 @@ -26,7 +26,7 @@ #include "../../events/SDL_mouse_c.h" void -WIN_AddMouse(_THIS) +WIN_InitMouse(_THIS) { SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; SDL_Mouse mouse; @@ -36,7 +36,7 @@ } void -WIN_DelMouse(_THIS) +WIN_QuitMouse(_THIS) { SDL_VideoData *data = (SDL_VideoData *) _this->driverdata;