aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-10-30 09:12:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-10-30 09:12:32 +0000
commit95ac4907de609f33f0da8e03b44a14f94613f03e (patch)
tree04d74147eff1c4ae9a73070a9b38cdaf7dbb2d26 /src/gtkutils.h
parent64e7e1880f5350fe6ddebd81612f4d219608dfd9 (diff)
fixed 'Minimize to tray icon' option notworking on Windows.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3428 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 3434bd2b..c3809a81 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -96,6 +96,8 @@ void gtkut_widget_set_small_font_size (GtkWidget *widget);
gboolean gtkut_font_can_load (const gchar *str);
+gdouble gtkut_get_dpi (void);
+
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);