diff options
author | Willy Sudiarto Raharjo <[email protected]> | 2013-11-03 15:40:24 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-11-03 15:40:24 +0100 |
commit | 7b905c35a766601a76da261edc90fc1bd645412c (patch) | |
tree | 645c171e25061cc681722791c685ad504fb5040a /capplets/display | |
parent | 71277b66ace9b774e9618403a8c5f3846eb8b631 (diff) | |
download | mate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.bz2 mate-control-center-7b905c35a766601a76da261edc90fc1bd645412c.tar.xz |
Update to new mate-desktop include paths
Diffstat (limited to 'capplets/display')
-rw-r--r-- | capplets/display/xrandr-capplet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/capplets/display/xrandr-capplet.c b/capplets/display/xrandr-capplet.c index 7b3d2057..d5d4f83c 100644 --- a/capplets/display/xrandr-capplet.c +++ b/capplets/display/xrandr-capplet.c @@ -27,9 +27,9 @@ #include <gtk/gtk.h> #include "scrollarea.h" #define MATE_DESKTOP_USE_UNSTABLE_API -#include <libmateui/mate-rr.h> -#include <libmateui/mate-rr-config.h> -#include <libmateui/mate-rr-labeler.h> +#include <libmate-desktop/mate-rr.h> +#include <libmate-desktop/mate-rr-config.h> +#include <libmate-desktop/mate-rr-labeler.h> #include <gdk/gdkx.h> #include <X11/Xlib.h> #include <glib/gi18n.h> |