aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-06 08:52:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-06 08:52:25 +0000
commit1117e765db2eff0f3c0a37571540ac7c0301c075 (patch)
tree385c34dffa7619d34e0bacd853f8ddf37e38cf70 /src/gtkutils.h
parent74c037633fea44650154911e5128b1bd6661e115 (diff)
made the size of progress dialog and notificartion window DPI-aware.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3433 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index c3809a81..3d51132d 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2014 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -97,6 +97,7 @@ void gtkut_widget_set_small_font_size (GtkWidget *widget);
gboolean gtkut_font_can_load (const gchar *str);
gdouble gtkut_get_dpi (void);
+gdouble gtkut_get_dpi_multiplier (void);
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);