diff options
author | Sven Gothel <[email protected]> | 2011-09-03 01:41:36 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-03 01:41:36 +0200 |
commit | dcb0cc571298be90d0db7ad00fef835fe5fdc46d (patch) | |
tree | bffefe479995162fcad2be184c091742ebee6db7 /make/stub_includes/x11/window-lib.c | |
parent | 8dc31bcaa3ee3a2407d1960ab42d094cac642876 (diff) |
NativeWindow/X11: Add XVisualInfo.Visual opaque long access ; Add XRenderFindVisualFormat for translucent window config
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); + |