wmmenu: Fix -Wdeprecated-declarations compiler warnings.
commit1bda233d76221fe7cc415e8cac93fab7046bbd28
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sat, 24 Jan 2015 18:05:40 +0000 (24 12:05 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 24 Jan 2015 18:40:48 +0000 (24 18:40 +0000)
treefb2577047fab18fada2f4ffa49b88280c416c33e
parentaa1149d5f944e44b2b33eb727e63ec4d592cbc30
wmmenu: Fix -Wdeprecated-declarations compiler warnings.

The function gdk_pixbuf_unref is deprecated.  We replace it with
g_object_unref.  This requires linking against gobject-2.0.
wmmenu/Makefile
wmmenu/pixmaps.c