diff options
Diffstat (limited to 'make/stub_includes/x11/window-lib.c')
-rw-r--r-- | make/stub_includes/x11/window-lib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/stub_includes/x11/window-lib.c b/make/stub_includes/x11/window-lib.c index 5f33572bb..7b6da3c65 100644 --- a/make/stub_includes/x11/window-lib.c +++ b/make/stub_includes/x11/window-lib.c @@ -1,5 +1,6 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> +#include <X11/extensions/Xrender.h> // Routines needed from Xlib.h and Xutil.h (placed here to avoid having // XVisualInfo generated multiple times) @@ -76,3 +77,6 @@ Bool XF86VidModeSetGammaRamp( unsigned short *red_array, unsigned short *green_array, unsigned short *blue_array); + +XRenderPictFormat * XRenderFindVisualFormat (Display *dpy, _Xconst Visual *visual); + |