X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fprefs_common.h;h=c968a48a8278c58f6bd3e2db5137f7333fab91f2;hp=4fcf29585f522089effade9b94b2fd0f0454c2dd;hb=d01351502311c061d2747f32c4b7797b53144987;hpb=172954923222802df6f78f114a01be7b82f7857c;ds=sidebyside diff --git a/src/prefs_common.h b/src/prefs_common.h index 4fcf29585..c968a48a8 100644 --- a/src/prefs_common.h +++ b/src/prefs_common.h @@ -125,11 +125,20 @@ struct _PrefsCommon #endif /* Display */ + /* obsolete fonts */ + gchar *widgetfont_gtk1; + gchar *textfont_gtk1; + gchar *normalfont_gtk1; + gchar *boldfont_gtk1; + gchar *smallfont_gtk1; + + /* new fonts */ gchar *widgetfont; gchar *textfont; gchar *normalfont; gchar *boldfont; gchar *smallfont; + gchar *titlefont; gboolean trans_hdr; gboolean display_folder_unread;