glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.

This commit is contained in:
Vinson Lee 2009-12-23 14:09:36 -08:00
parent cf3bb0cf31
commit 6c8c1ce78b
1 changed files with 4 additions and 0 deletions

View File

@ -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_ */