https://bugs.freedesktop.org/show_bug.cgi?id=97087

--- Comment #3 from Steffen <smikkelse...@gmail.com> ---
I think it should be done the same way as shown here:
https://github.com/mate-desktop/caja/blob/master/src/caja-desktop-window.c#L57

#if GTK_CHECK_VERSION(3, 0, 0)
    GtkStyleContext *context;

    context = gtk_widget_get_style_context (GTK_WIDGET (window));
    gtk_style_context_add_class (context, "caja-desktop-window");
#endif

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
pulseaudio-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to