diff src/video/x11/SDL_x11sym.h @ 4606:4e145485971b

Implement support for setting texture scale mode.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Tue, 20 Jul 2010 11:43:13 +0530
parents 0b3a509c53a0
children 844b5ef4b149
line wrap: on
line diff
--- a/src/video/x11/SDL_x11sym.h	Mon Jul 19 21:02:49 2010 +0530
+++ b/src/video/x11/SDL_x11sym.h	Tue Jul 20 11:43:13 2010 +0530
@@ -154,6 +154,7 @@
 SDL_X11_SYM(int,XFillRectangle,(Display *dpy,Drawable d,GC gc,int x,int y,unsigned int width,unsigned int height),(dpy,d,gc,x,y,width,height),return)
 SDL_X11_SYM(int,XSetBackground,(Display *dpy,GC gc,unsigned long background),(dpy,gc,background),return)
 SDL_X11_SYM(Status,XInitImage,(XImage *image),(image),return)
+SDL_X11_SYM(int,XSetClipMask,(Display *dpy,GC gc,Pixmap pixmap),(dpy,gc,pixmap),return)
 
 #if NeedWidePrototypes
 SDL_X11_SYM(KeySym,XKeycodeToKeysym,(Display* a,unsigned int b,int c),(a,b,c),return)
@@ -252,6 +253,7 @@
 SDL_X11_SYM(void,XRenderSetPictureTransform,(Display *dpy,Picture picture,XTransform *transform),(dpy,picture,transform),return)
 SDL_X11_SYM(void,XRenderFillRectangle,(Display *dpy,int op,Picture dst,_Xconst XRenderColor *color,int x,int y,unsigned int width,unsigned int height),(dpy,op,dst,color,x,y,width,height),return)
 SDL_X11_SYM(void,XRenderFillRectangles,(Display *dpy,int op,Picture dst,_Xconst XRenderColor *color,_Xconst XRectangle *rectangles,int n_rects),(dpy,op,dst,color,rectangles,n_rects),return)
+SDL_X11_SYM(void,XRenderSetPictureFilter,(Display *dpy,Picture picture,const char *filter,XFixed *params,int nparams),(dpy,picture,filter,params,nparams),return)
 #endif
 
 #ifdef SDL_VIDEO_DRIVER_X11_XDAMAGE