summaryrefslogtreecommitdiff
path: root/applets/clock/clock-utils.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-18 12:22:36 +0200
committerStefano Karapetsas <[email protected]>2014-05-18 12:22:36 +0200
commite964b756355ad5e66a0166d9ca218bdde2054f6d (patch)
tree6e954f241ce09e6ca540e7cafa92a035f45be113 /applets/clock/clock-utils.h
parent4e757f98c0e977032a2ad4576455aa6407e7537a (diff)
downloadmate-panel-e964b756355ad5e66a0166d9ca218bdde2054f6d.tar.bz2
mate-panel-e964b756355ad5e66a0166d9ca218bdde2054f6d.tar.xz
clock: Dont use deprecated rsvg_pixbuf_from_file_at_size
This required to copy some code from GTK3 source to make it working with GTK2 too Thanks to Sander Sweers for the help to replace rsvg_pixbuf_from_file_at_size
Diffstat (limited to 'applets/clock/clock-utils.h')
-rw-r--r--applets/clock/clock-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/applets/clock/clock-utils.h b/applets/clock/clock-utils.h
index da54094f..647f7222 100644
--- a/applets/clock/clock-utils.h
+++ b/applets/clock/clock-utils.h
@@ -50,6 +50,8 @@ void clock_utils_display_help (GtkWidget *widget,
const char *doc_id,
const char *link_id);
+GdkPixbuf * clock_utils_pixbuf_from_svg_file_at_size (const char *name, int width, int height);
+
#ifdef __cplusplus
}
#endif