mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
3f56cc65d8
* Make gtk4.4 build. * Update baseline for gtk * Fix vcpkg version. * Fix vcpkg version. * [gtk] Fix macos build. * [gtk] Fix linux build. * [gtk] Add patches. * [gtk] Bump versions - again * Fix macos patch. * Bump versions. * Install xdamage. * Bump versions. * Add merged patch from upstream. * [gtk] Bump version. * Delete duplicate install of libxdamage-dev * Add comment about change being merged upstream. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
13 lines
292 B
Diff
13 lines
292 B
Diff
diff -u a/gdk/macos/gdkmacoseventsource-private.h b/gdk/macos/gdkmacoseventsource-private.h
|
|
--- a/gdk/macos/gdkmacoseventsource-private.h
|
|
+++ b/gdk/macos/gdkmacoseventsource-private.h
|
|
@@ -24,6 +24,8 @@
|
|
|
|
#include "gdkmacosdisplay.h"
|
|
|
|
+#include "gdk-private.h"
|
|
+
|
|
G_BEGIN_DECLS
|
|
|
|
typedef enum
|