Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xwin / glx / winpriv.h
CommitLineData
a09e091a
JB
1/*
2 * Export window information for the Windows-OpenGL GLX implementation.
3 *
4 * Authors: Alexander Gottwald
5 */
6
7#include <X11/Xwindows.h>
8#include <windowstr.h>
9
10HWND winGetWindowInfo(WindowPtr pWin);
11Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen);