First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xwin / winpriv.h
blobd4505c83e90cfcf3da6e330733cb7ba1395cbcc4
1 /*
2 * Export window information for the Windows-OpenGL GLX implementation.
4 * Authors: Alexander Gottwald
5 */
6 #include <windows.h>
8 typedef struct
10 HWND hwnd;
11 HRGN hrgn;
12 RECT rect;
13 } winWindowInfoRec, *winWindowInfoPtr;
15 extern void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);