GNOME Bugzilla – Bug 636498
Port to the new gtk+ 3.0 GtkStyleContext
Last modified: 2011-01-26 22:40:44 UTC
gtk+ 2.91.6+ has changed API. GTK+ branch gtk-style-context has been merged to master and porting is required to GtkStyleContext. See: http://git.gnome.org/browse/gtk+/commit/?id=f8a874abb1d1d8925b0f841e95bbef6cdcb21ac4 build failure (from git master): gsd-media-keys-window.c: In function ‘draw_volume_boxes’: gsd-media-keys-window.c:414:9: error: implicit declaration of function ‘gtk_widget_get_style’ gsd-media-keys-window.c:414:15: error: assignment makes pointer from integer without a cast
I pushed a commit to remove GTK_DISABLE_DEPRECATED and get things building again.