diff options
author | raveit <[email protected]> | 2015-08-08 20:59:06 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-08-08 20:59:57 +0200 |
commit | 11a458806bf0775b663c164dfc1403f1f3947784 (patch) | |
tree | 9b67aeaf2f61b91d72d96e0d67261a000b5c2fb4 /font-viewer/totem-resources.c | |
parent | 0c8fd57afb370b8f9ecc2b1fc41c568dbba27a37 (diff) | |
download | mate-control-center-11a458806bf0775b663c164dfc1403f1f3947784.tar.bz2 mate-control-center-11a458806bf0775b663c164dfc1403f1f3947784.tar.xz |
font-viewer: Use cairo for font rendering
Taken from gnome-font-viewer based on initial patch by
Rodrigo Moya and updated by Cosimo Cecchi <[email protected]>
commit: 51110f87d6f134f8481031f13fdc3bc3759991bb
Diffstat (limited to 'font-viewer/totem-resources.c')
-rw-r--r-- | font-viewer/totem-resources.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/totem-resources.c b/font-viewer/totem-resources.c index 3d107737..f3831e71 100644 --- a/font-viewer/totem-resources.c +++ b/font-viewer/totem-resources.c @@ -25,7 +25,7 @@ * */ -#include "config.h" +#include <config.h> #include <glib.h> #include <glib/gstdio.h> |