mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-29 19:38:18 +02:00
10 lines
206 B
C
10 lines
206 B
C
#include <windows.h>
|
|
|
|
typedef struct
|
|
{
|
|
HWND hwnd;
|
|
HRGN hrgn;
|
|
RECT rect;
|
|
} winWindowInfoRec, *winWindowInfoPtr;
|
|
|
|
extern void winGetWindowInfo(WindowPtr pWin, winWindowInfoPtr pWinInfo);
|