From: Vinson Lee Date: Wed, 23 Dec 2009 22:09:36 +0000 (-0800) Subject: glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c8c1ce78b59f76c4a4e0c354f74e6dfb5615e8a;p=mesa.git glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. --- diff --git a/src/glx/x11/xf86dri.h b/src/glx/x11/xf86dri.h index f2d0dd54355..ba266003f70 100644 --- a/src/glx/x11/xf86dri.h +++ b/src/glx/x11/xf86dri.h @@ -115,6 +115,10 @@ Bool XF86DRIGetDeviceInfo(Display * dpy, int screen, int *fbSize, int *fbStride, int *devPrivateSize, void **pDevPrivate); +Bool XF86DRIOpenFullScreen(Display * dpy, int screen, Drawable drawable); + +Bool XF86DRICloseFullScreen(Display * dpy, int screen, Drawable drawable); + _XFUNCPROTOEND #endif /* _XF86DRI_SERVER_ */ #endif /* _XF86DRI_H_ */