diff options
author | marha <marha@users.sourceforge.net> | 2010-04-28 09:20:07 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-28 09:20:07 +0000 |
commit | ad63c2d642fc0cbd5f14e5bd36306b30712a95b0 (patch) | |
tree | 2d77590590ebaeb93e164b6dd4809d40b31b6402 /xorg-server/hw/xwin/glx/winpriv.h | |
parent | 8518c45ee46a907cfdc93f1b3f54f20ef210b0f8 (diff) | |
download | vcxsrv-ad63c2d642fc0cbd5f14e5bd36306b30712a95b0.tar.gz vcxsrv-ad63c2d642fc0cbd5f14e5bd36306b30712a95b0.tar.bz2 vcxsrv-ad63c2d642fc0cbd5f14e5bd36306b30712a95b0.zip |
svn merge -r550:HEAD "^/branches/released" .
Diffstat (limited to 'xorg-server/hw/xwin/glx/winpriv.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/winpriv.h | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/xorg-server/hw/xwin/glx/winpriv.h b/xorg-server/hw/xwin/glx/winpriv.h index 0b19c8c3f..710525ccc 100644 --- a/xorg-server/hw/xwin/glx/winpriv.h +++ b/xorg-server/hw/xwin/glx/winpriv.h @@ -1,20 +1,13 @@ -/*
- * Export window information for the Windows-OpenGL GLX implementation.
- *
- * Authors: Alexander Gottwald
- */
-
-#include <X11/Xwindows.h>
-#include <windowstr.h>
-
-#define WIN_GL_WINDOW_CLASS "XWinGLTest"
-
-typedef struct
-{
- HWND hwnd;
- HRGN hrgn;
- RECT rect;
-} winWindowInfoRec, *winWindowInfoPtr;
-
-void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);
-Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen);
+/* + * Export window information for the Windows-OpenGL GLX implementation. + * + * Authors: Alexander Gottwald + */ + +#include <X11/Xwindows.h> +#include <windowstr.h> + +#define WIN_GL_WINDOW_CLASS "XWinGLTest" + +HWND winGetWindowInfo(WindowPtr pWin); +Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen); |