diff options
author | William Wold <[email protected]> | 2019-01-26 04:58:29 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-01-29 19:09:05 +0000 |
commit | 00e26f7f8397704b77751ad63d7534575f2f10f0 (patch) | |
tree | b455e7a3e32b75f08f8f730cf43d8bfa6f0b5944 | |
parent | ab19ac4da4490363535be79404900a9c8044987d (diff) | |
download | mate-panel-00e26f7f8397704b77751ad63d7534575f2f10f0.tar.bz2 mate-panel-00e26f7f8397704b77751ad63d7534575f2f10f0.tar.xz |
xstuff: include GTK and GDK X11 headers, so including files don't have to
-rw-r--r-- | mate-panel/xstuff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-panel/xstuff.h b/mate-panel/xstuff.h index 5d3c4497..65899778 100644 --- a/mate-panel/xstuff.h +++ b/mate-panel/xstuff.h @@ -10,6 +10,9 @@ #include <gdk/gdk.h> #include <gtk/gtk.h> +#include <gdk/gdkx.h> +#include <gtk/gtkx.h> + #include "panel-enums-gsettings.h" gboolean is_using_x11 (void); |