diff options
author | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
---|---|---|
committer | root <root@zombrain.(none)> | 2011-07-25 08:54:41 (GMT) |
commit | ab4fcaad149d4bdccefa8f693c2a8e044b40dd4c (patch) | |
tree | c95c280caabc70e7aedbde723e38820047357be7 /hw/xwin/glx/winpriv.h |
initial state (xorg-server 1.10.2)
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); |