diff options
author | marha <marha@users.sourceforge.net> | 2010-04-28 06:39:01 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-04-28 06:39:01 +0000 |
commit | 31154bcb2328faea20b9860eeb3b52766062d273 (patch) | |
tree | f3e0b517cecc8a6cdd560f4c6316d74caae236f9 /xorg-server/hw/xwin/glx/winpriv.h | |
parent | 929c7e1e824590c2f8bd47135f96c98a34027dd5 (diff) | |
download | vcxsrv-31154bcb2328faea20b9860eeb3b52766062d273.tar.gz vcxsrv-31154bcb2328faea20b9860eeb3b52766062d273.tar.bz2 vcxsrv-31154bcb2328faea20b9860eeb3b52766062d273.zip |
git update 28/4/2010
Diffstat (limited to 'xorg-server/hw/xwin/glx/winpriv.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/winpriv.h | 27 |
1 files changed, 11 insertions, 16 deletions
diff --git a/xorg-server/hw/xwin/glx/winpriv.h b/xorg-server/hw/xwin/glx/winpriv.h index a2f3e5818..dce1edf48 100644 --- a/xorg-server/hw/xwin/glx/winpriv.h +++ b/xorg-server/hw/xwin/glx/winpriv.h @@ -1,16 +1,11 @@ -/*
- * Export window information for the Windows-OpenGL GLX implementation.
- *
- * Authors: Alexander Gottwald
- */
-
-#include <X11/Xwindows.h>
-#include <windowstr.h>
-
-typedef struct
-{
- HWND hwnd;
-} 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> + +HWND winGetWindowInfo(WindowPtr pWin); +Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen); |