mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 09:50:05 +01:00
12 lines
259 B
C
12 lines
259 B
C
|
|
/*
|
||
|
|
* Export window information for the Windows-OpenGL GLX implementation.
|
||
|
|
*
|
||
|
|
* Authors: Alexander Gottwald
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <X11/Xwindows.h>
|
||
|
|
#include <windowstr.h>
|
||
|
|
|
||
|
|
HWND winGetWindowInfo(WindowPtr pWin);
|
||
|
|
Bool winCheckScreenAiglxIsSupported(ScreenPtr pScreen);
|