aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winpriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winpriv.h')
-rw-r--r--xorg-server/hw/xwin/winpriv.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/xorg-server/hw/xwin/winpriv.h b/xorg-server/hw/xwin/winpriv.h
deleted file mode 100644
index d4505c83e..000000000
--- a/xorg-server/hw/xwin/winpriv.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Export window information for the Windows-OpenGL GLX implementation.
- *
- * Authors: Alexander Gottwald
- */
-#include <windows.h>
-
-typedef struct
-{
- HWND hwnd;
- HRGN hrgn;
- RECT rect;
-} winWindowInfoRec, *winWindowInfoPtr;
-
-extern void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);