Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
gtk_wrapper.h
1
// SPDX-FileCopyrightText: © 2024 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: CC0-1.0
3
4
#include "zrythm-config.h"
5
6
#include <gtk/gtk.h>
7
8
#ifdef HAVE_X11
9
/* hack to drop dumb typedefs and macros defined by X11 */
10
# define Region RegionForX11
11
# define None NoneForX11
12
# include <gdk/x11/gdkx.h>
13
# undef Region
14
# undef None
15
#endif
16
17
#ifdef _WIN32
18
# include <gdk/win32/gdkwin32.h>
19
#endif
gtk_wrapper.h
Generated by
1.11.0