Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdkconfig.h
Go to the documentation of this file.
1#ifndef __GDKCONFIG_H__
2#define __GDKCONFIG_H__
3
4#if !defined (__GDK_H_INSIDE__) && !defined (GTK_COMPILATION)
5#error "Only <gdk/gdk.h> can be included directly."
6#endif
7
8#include <glib.h>
9
11
12
13#define GDK_WINDOWING_X11
14#define GDK_WINDOWING_BROADWAY
15#undef GDK_WINDOWING_MACOS
16#define GDK_WINDOWING_WAYLAND
17#undef GDK_WINDOWING_WIN32
18
19#define GDK_RENDERING_CAIRO
20#define GDK_RENDERING_GL
21#define GDK_RENDERING_VULKAN
22
24
25#endif /* __GDKCONFIG_H__ */
#define G_END_DECLS
Definition gmacros.h:910
#define G_BEGIN_DECLS
Definition gmacros.h:909