GNOME Bugzilla – Bug 674437
media-keys: use the OSD style class
Last modified: 2012-04-20 09:06:27 UTC
This is needed for two reasons: - now colors of the media keys OSD can be easily customized from the theme, and will be consistent with similar widgets in other applications - this way, the widget can be shared easily with Totem, (bug 664916) despite it using a dark theme
Created attachment 212386 [details] [review] media-keys: use the OSD style class to draw the window Now that GTK and Adwaita gained a style class for OSD widgets, use it when fetching the color values for the media keys window.
Created attachment 212387 [details] [review] media-keys: remove unused code No need to keep code dealing with color shades in here anymore now.
Attachment 212386 [details] pushed as a0cefe6 - media-keys: use the OSD style class to draw the window Attachment 212387 [details] pushed as c03d19a - media-keys: remove unused code