Maato / volumeicon

Volume Icon aims to be a lightweight volume control that sits in your systray.
http://nullwise.com/volumeicon.html
GNU General Public License v3.0
183 stars 45 forks source link

Fix gtk_widget_get_root_window deprecation #35

Closed nkoep closed 10 years ago

nkoep commented 10 years ago

The function gtk_widget_get_root_window has been depcreated in GTK+ 3.12 in favor of gdk_screen_get_root_window. This gets rid of the deprecation warning.