summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <[email protected]>2020-06-24 12:48:49 +0000
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-26 11:08:21 +0200
commit9f15be59faa7c4498882c513580a1ca12b0da943 (patch)
treec20284454d32231ad3070aa9327b33917a50c9e6
parent884a4260a659b8b67e6cc95e8ba3bcce7f42f218 (diff)
downloadmate-panel-9f15be59faa7c4498882c513580a1ca12b0da943.tar.bz2
mate-panel-9f15be59faa7c4498882c513580a1ca12b0da943.tar.xz
panel-util: switch to generic header for --disable-x11
panel-util.c:31:10: fatal error: 'gdk/gdkx.h' file not found #include <gdk/gdkx.h> ^~~~~~~~~~~~
-rw-r--r--mate-panel/panel-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-util.c b/mate-panel/panel-util.c
index 7c2a22fa..1f2d4e1c 100644
--- a/mate-panel/panel-util.c
+++ b/mate-panel/panel-util.c
@@ -28,7 +28,7 @@
#include <glib/gstdio.h>
#include <gio/gio.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
-#include <gdk/gdkx.h>
+#include <gdk/gdk.h>
#define MATE_DESKTOP_USE_UNSTABLE_API
#include <libmate-desktop/mate-desktop-utils.h>