diff src/video/x11/SDL_x11render.c @ 3044:b36579172f27

Changes to hopefully handle the creation of a colormap for 8 bit PseudoColor visuals in X11
author Bob Pendleton <bob@pendleton.com>
date Thu, 15 Jan 2009 21:35:42 +0000
parents e4a469d6ddab
children 8cbf68bdf81b
line wrap: on
line diff
--- a/src/video/x11/SDL_x11render.c	Wed Jan 14 15:03:44 2009 +0000
+++ b/src/video/x11/SDL_x11render.c	Thu Jan 15 21:35:42 2009 +0000
@@ -413,7 +413,7 @@
                           texture->h, renderdata->depth);
         if (data->pixmap == None) {
             X11_DestroyTexture(renderer, texture);
-            SDL_SetError("XCteatePixmap() failed");
+            SDL_SetError("XCreatePixmap() failed");
             return -1;
         }