diff options
author | marha <marha@users.sourceforge.net> | 2010-02-28 19:34:41 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-28 19:34:41 +0000 |
commit | fedd99993946dd8fc22b60e3611e447f3b8092ca (patch) | |
tree | f1486f18c003876c504227d5c2fc602371524aba /xorg-server/hw/xwin/glx/winpriv.h | |
parent | 94399647b31b4d87cc009954dd213475993a9011 (diff) | |
parent | 1ad46cbf3a9963f3d6d8c687480a80d359ec15f8 (diff) | |
download | vcxsrv-fedd99993946dd8fc22b60e3611e447f3b8092ca.tar.gz vcxsrv-fedd99993946dd8fc22b60e3611e447f3b8092ca.tar.bz2 vcxsrv-fedd99993946dd8fc22b60e3611e447f3b8092ca.zip |
svn merge ^/branches/released .
Diffstat (limited to 'xorg-server/hw/xwin/glx/winpriv.h')
-rw-r--r-- | xorg-server/hw/xwin/glx/winpriv.h | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/xorg-server/hw/xwin/glx/winpriv.h b/xorg-server/hw/xwin/glx/winpriv.h index b3a2c606b..0b19c8c3f 100644 --- a/xorg-server/hw/xwin/glx/winpriv.h +++ b/xorg-server/hw/xwin/glx/winpriv.h @@ -1,21 +1,20 @@ -/* - * 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"
+
+typedef struct
+{
+ HWND hwnd;
+ HRGN hrgn;
+ RECT rect;
+} winWindowInfoRec, *winWindowInfoPtr;
+
+void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);
+Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen);
|