repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
hw
/
xwin
/
winpriv.h
blob
d4505c83e90cfcf3da6e330733cb7ba1395cbcc4
1
/*
2
* Export window information for the Windows-OpenGL GLX implementation.
3
*
4
* Authors: Alexander Gottwald
5
*/
6
#include <windows.h>
7
8
typedef
struct
9
{
10
HWND hwnd
;
11
HRGN hrgn
;
12
RECT rect
;
13
}
winWindowInfoRec
, *
winWindowInfoPtr
;
14
15
extern
void
winGetWindowInfo
(
WindowPtr pWin
,
winWindowInfoPtr pWinInfo
);