Mercurial > sdl-ios-xcode
diff src/video/cybergfx/SDL_cgxmodes.c @ 21:75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:13:29 +0000 |
parents | 74212992fb08 |
children | e8157fcb3114 |
line wrap: on
line diff
--- a/src/video/cybergfx/SDL_cgxmodes.c Thu May 10 20:10:54 2001 +0000 +++ b/src/video/cybergfx/SDL_cgxmodes.c Thu May 10 20:13:29 2001 +0000 @@ -76,6 +76,13 @@ *h = SDL_Display->Height; } +static void move_cursor_to(_THIS, int x, int y) +{ +/* XWarpPointer(SDL_Display, None, SDL_Root, 0, 0, 0, 0, x, y); */ + +/* DA FARE! */ +} + static void add_visual(_THIS, int depth, int class) { Uint32 tID;