Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.h @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
115 Visual *vis; /* current visual in use */ | 115 Visual *vis; /* current visual in use */ |
116 int depth; /* current visual depth (not bpp) */ | 116 int depth; /* current visual depth (not bpp) */ |
117 | 117 |
118 /* Variables used by the X11 video mode code */ | 118 /* Variables used by the X11 video mode code */ |
119 #if SDL_VIDEO_DRIVER_X11_XINERAMA | 119 #if SDL_VIDEO_DRIVER_X11_XINERAMA |
120 SDL_NAME (XineramaScreenInfo) * xinerama; | 120 SDL_NAME(XineramaScreenInfo) * xinerama; |
121 #endif | 121 #endif |
122 #if SDL_VIDEO_DRIVER_X11_XRANDR | 122 #if SDL_VIDEO_DRIVER_X11_XRANDR |
123 XRRScreenConfiguration *screen_config; | 123 XRRScreenConfiguration *screen_config; |
124 int saved_size_id; | 124 int saved_size_id; |
125 Rotation saved_rotation; | 125 Rotation saved_rotation; |
126 #endif | 126 #endif |
127 #if SDL_VIDEO_DRIVER_X11_VIDMODE | 127 #if SDL_VIDEO_DRIVER_X11_VIDMODE |
128 SDL_NAME (XF86VidModeModeInfo) saved_mode; | 128 SDL_NAME(XF86VidModeModeInfo) saved_mode; |
129 struct | 129 struct |
130 { | 130 { |
131 int x, y; | 131 int x, y; |
132 } saved_view; | 132 } saved_view; |
133 #endif | 133 #endif |