diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/xrandr/msd-xrandr-manager.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/xrandr/msd-xrandr-manager.c b/plugins/xrandr/msd-xrandr-manager.c index 20695a4..0ffc6be 100644 --- a/plugins/xrandr/msd-xrandr-manager.c +++ b/plugins/xrandr/msd-xrandr-manager.c @@ -46,6 +46,11 @@ #include <libmate-desktop/mate-rr.h> #include <libmate-desktop/mate-rr-labeler.h> +#if GTK_CHECK_VERSION (3, 0, 0) +#include <libmate-desktop/mate-desktop-utils.h> +#define gdk_spawn_command_line_on_screen mate_gdk_spawn_command_line_on_screen +#endif + #ifdef HAVE_LIBNOTIFY #include <libnotify/notify.h> #endif |