diff src/video/x11/SDL_x11dyn.h @ 4580:cfea5b007bc7

Fix the rendering color channels to be premultiplied with the alpha channel as thats what Xrender expects. Small fixes in X11_CreateTexture. Add some new functions in SDL_x11sym.h as well as support for Xrender.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Wed, 02 Jun 2010 09:01:37 +0530
parents 36fad921c97f
children d7535d7a40ea
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.h	Mon May 31 17:04:20 2010 +0530
+++ b/src/video/x11/SDL_x11dyn.h	Wed Jun 02 09:01:37 2010 +0530
@@ -53,7 +53,7 @@
 #endif
 
 #if SDL_VIDEO_DRIVER_X11_XRENDER
-#include <X11/extensions/render.h>
+#include <X11/extensions/Xrender.h>
 #endif
 
 /*