| 1 | /* gdkconfig.h |
|---|---|
| 2 | * |
| 3 | * This is a generated file. Please modify `configure.ac' |
| 4 | */ |
| 5 | |
| 6 | #ifndef __GDKCONFIG_H__ |
| 7 | #define __GDKCONFIG_H__ |
| 8 | |
| 9 | #if !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION) |
| 10 | #error "Only <gdk/gdk.h> can be included directly." |
| 11 | #endif |
| 12 | |
| 13 | #include <glib.h> |
| 14 | |
| 15 | G_BEGIN_DECLS |
| 16 | |
| 17 | |
| 18 | #define GDK_WINDOWING_X11 |
| 19 | #define GDK_WINDOWING_BROADWAY |
| 20 | #define GDK_WINDOWING_WAYLAND |
| 21 | |
| 22 | G_END_DECLS |
| 23 | |
| 24 | #endif /* __GDKCONFIG_H__ */ |
| 25 |