aboutsummaryrefslogtreecommitdiffstats
path: root/distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c')
-rw-r--r--distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c b/distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c
index fe7e9ac..76706b3 100644
--- a/distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c
+++ b/distrib/sdl-1.2.12/src/video/x11/SDL_x11wm.c
@@ -334,7 +334,6 @@ int X11_IconifyWindow(_THIS)
static void set_window_pos_nolock(_THIS, int x, int y)
{
- XWindowAttributes attr;
int xNew, yNew;
Window child;
int xAdjust = X11_wmXAdjust;
@@ -394,7 +393,6 @@ void X11_GetWindowPos(_THIS, int *px, int *py)
SDL_Lock_EventThread();
{
Window child;
- Status ret;
XTranslateCoordinates( SDL_Display, WMwindow, SDL_Root, 0, 0, px, py, &child );
}