Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11modes.h @ 2870:b801df19835f
The X11 window and all pixmaps and images share the same visual and depth.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2008 04:36:32 +0000 |
parents | 99210400e8b9 |
children | b33e38aaa027 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11modes.h Sat Dec 13 13:30:11 2008 +0000 +++ b/src/video/x11/SDL_x11modes.h Sun Dec 14 04:36:32 2008 +0000 @@ -31,12 +31,6 @@ int depth; } SDL_DisplayData; -//typedef struct -//{ -// TCHAR DeviceName[32]; -// DEVMODE DeviceMode; -//} SDL_DisplayModeData; - extern void X11_InitModes(_THIS); extern void X11_GetDisplayModes(_THIS); extern int X11_SetDisplayMode(_THIS, SDL_DisplayMode * mode);