mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
a73947e54f
The mir backend was removed a while ago, so GDK_WINDOWING_MIR is never defined.
23 lines
420 B
Plaintext
23 lines
420 B
Plaintext
#ifndef __GDKCONFIG_H__
|
|
#define __GDKCONFIG_H__
|
|
|
|
#if !defined (__GDK_H_INSIDE__) && !defined (GTK_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_RENDERING_VULKAN
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GDKCONFIG_H__ */
|