22 lines
		
	
	
		
			419 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			419 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #ifndef __GDKCONFIG_H__
 | |
| #define __GDKCONFIG_H__
 | |
| 
 | |
| #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
 | |
| #error "Only <gdk/gdk.h> can be included directly."
 | |
| #endif
 | |
| 
 | |
| #include <glib.h>
 | |
| 
 | |
| G_BEGIN_DECLS
 | |
| 
 | |
| 
 | |
| #mesondefine GDK_WINDOWING_X11
 | |
| #mesondefine GDK_WINDOWING_BROADWAY
 | |
| #mesondefine GDK_WINDOWING_WAYLAND
 | |
| #mesondefine GDK_WINDOWING_WIN32
 | |
| #mesondefine GDK_WINDOWING_QUARTZ
 | |
| 
 | |
| G_END_DECLS
 | |
| 
 | |
| #endif  /* __GDKCONFIG_H__ */
 | 
