diff options
author | marha <marha@users.sourceforge.net> | 2010-02-28 19:11:59 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-28 19:11:59 +0000 |
commit | 1ad46cbf3a9963f3d6d8c687480a80d359ec15f8 (patch) | |
tree | 398a2d3e3197bc3099c0242fdb45b394deaf07c2 /xorg-server/hw/xwin/glx/winpriv.h | |
parent | 03ca670131e8e32c2aad3e5718dcebf37925072a (diff) | |
download | vcxsrv-1ad46cbf3a9963f3d6d8c687480a80d359ec15f8.tar.gz vcxsrv-1ad46cbf3a9963f3d6d8c687480a80d359ec15f8.tar.bz2 vcxsrv-1ad46cbf3a9963f3d6d8c687480a80d359ec15f8.zip |
Some synchronisations with the jturney branch
Diffstat (limited to 'xorg-server/hw/xwin/glx/winpriv.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/winpriv.h | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/xorg-server/hw/xwin/glx/winpriv.h b/xorg-server/hw/xwin/glx/winpriv.h index 9cb2981ad..a2f3e5818 100644 --- a/xorg-server/hw/xwin/glx/winpriv.h +++ b/xorg-server/hw/xwin/glx/winpriv.h @@ -1,17 +1,16 @@ -/* - * 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>
+
+typedef struct
+{
+ HWND hwnd;
+} winWindowInfoRec, *winWindowInfoPtr;
+
+void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);
+Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen);
|