13 lines
		
	
	
		
			310 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			310 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);
 | |
| void winSetScreenAiglxIsActive(ScreenPtr pScreen);
 |