changeset 4575:037ddbeee6c3

Fix typo.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Fri, 28 May 2010 20:48:58 +0530
parents bfb4933c0efa
children 2b98162b536a
files src/video/x11/SDL_x11render.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11render.c	Fri May 28 20:47:24 2010 +0530
+++ b/src/video/x11/SDL_x11render.c	Fri May 28 20:48:58 2010 +0530
@@ -418,7 +418,7 @@
         */
 #ifdef SDL_VIDEO_DRIVER_X11_XRENDER
         // Assume the texture is supported by Xrender
-        data->xrender_available = TRUE
+        data->xrender_available = SDL_TRUE;
         if(renderdata->xrender_available == SDL_False) {
             if (texture->format != display->current_mode.format) {
                 SDL_SetError("Texture format doesn't match window format");