~muktupavels/compiz/add-gwd-application

« back to all changes in this revision

Viewing changes to gtk/window-decorator/decorator.c

  • Committer: Alberts Muktupāvels
  • Date: 2016-05-20 12:55:39 UTC
  • Revision ID: alberts.muktupavels@gmail.com-20160520125539-poncwl2ok9v6br1c
Remove GWDSettings as global variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
static const PangoFontDescription *
55
55
get_titlebar_font (decor_frame_t *frame)
56
56
{
 
57
    GWDSettings *settings = gwd_theme_get_settings (gwd_theme);
57
58
    const gchar *titlebar_font;
58
59
    g_object_get (settings, "titlebar-font", &titlebar_font, NULL);
59
60