inital gtk2 patch
[claws.git] / src / prefs_common.h
index 4fcf29585f522089effade9b94b2fd0f0454c2dd..c968a48a8278c58f6bd3e2db5137f7333fab91f2 100644 (file)
@@ -125,11 +125,20 @@ struct _PrefsCommon
 #endif
         
        /* Display */
 #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 *widgetfont;
        gchar *textfont;
        gchar *normalfont;
        gchar *boldfont;
        gchar *smallfont;
+       gchar *titlefont;
 
        gboolean trans_hdr;
        gboolean display_folder_unread;
 
        gboolean trans_hdr;
        gboolean display_folder_unread;