]> icculus.org git repositories - mikachu/openbox.git/commit
Rework the code provided by Kadlcik Libor for loading/showing icons in Openbox menus.
authorDana Jansens <danakj@orodu.net>
Fri, 8 Jan 2010 22:48:07 +0000 (17:48 -0500)
committerDana Jansens <danakj@orodu.net>
Fri, 8 Jan 2010 22:55:19 +0000 (17:55 -0500)
commit8c9fb63baaf7d6245cccc584359bf09359663bea
tree796abec056fdf426edbab93126e4a15b24b95e3e
parentfc120a75308855b738a42b1fde9d6e0d276f3bf9
Rework the code provided by Kadlcik Libor for loading/showing icons in Openbox menus.

This changes how the imagecache works, you can load an image into it directly,
or you can load it by name (then it will load it from a file on disk).

NOTE: The name part is incomplete, as it needs to use the freedesktop.org icon
spec to search for the right file.  Also to resize it should look for another
icon on disk with the same name but different size (icon themes).
14 files changed:
Makefile.am
data/rc.xsd
obrender/image.c
obrender/image.h
obrender/imagecache.c
obrender/imagecache.h
obrender/render.h
openbox/client_list_combined_menu.c
openbox/client_list_menu.c
openbox/config.c
openbox/config.h
openbox/imageload.c [deleted file]
openbox/imageload.h [deleted file]
openbox/menu.c