diff options
Diffstat (limited to 'hw/xwin/glx/winpriv.h')
-rw-r--r-- | hw/xwin/glx/winpriv.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hw/xwin/glx/winpriv.h b/hw/xwin/glx/winpriv.h new file mode 100644 index 0000000..dce1edf --- /dev/null +++ b/hw/xwin/glx/winpriv.h @@ -0,0 +1,11 @@ +/* + * Export window information for the Windows-OpenGL GLX implementation. + * + * Authors: Alexander Gottwald + */ + +#include <X11/Xwindows.h> +#include <windowstr.h> + +HWND winGetWindowInfo(WindowPtr pWin); +Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen); |