Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11video.c @ 5140:e594f07297a9
Removed partially functional renderers
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 31 Jan 2011 22:21:29 -0800 |
parents | 455bc74f7034 |
children | da10636e5eca |
comparison
equal
deleted
inserted
replaced
5139:1a47d41912ff | 5140:e594f07297a9 |
---|---|
348 | 348 |
349 if (X11_InitModes(_this) < 0) { | 349 if (X11_InitModes(_this) < 0) { |
350 return -1; | 350 return -1; |
351 } | 351 } |
352 | 352 |
353 #if SDL_VIDEO_RENDER_X11 | |
354 X11_AddRenderDriver(_this); | |
355 #endif | |
356 | |
357 if (X11_InitKeyboard(_this) != 0) { | 353 if (X11_InitKeyboard(_this) != 0) { |
358 return -1; | 354 return -1; |
359 } | 355 } |
360 X11_InitMouse(_this); | 356 X11_InitMouse(_this); |
361 | 357 |