New functions in icon.c
commit7ef416f8acf7c3952c6c8eb89c06632c619cd93c
authorRodolfo García Peñas (kix) <kix@kix.es>
Wed, 6 Jun 2012 06:41:01 +0000 (6 08:41 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 9 Jun 2012 23:01:55 +0000 (10 00:01 +0100)
tree7d66e563c2dd9e6a01b97fba5a8647027299b94b
parentc61e5bfeb8a036191e1a2517b694d05b7c871900
New functions in icon.c

This patch creates some functions:

1. Rename getnameforicon() to get_name_for_icon()
2. New function get_icon_cache_path, to get the icon cache folder
   ($HOME + GNUstep/Library/WindowMaker/CachedPixmaps). This folder
   is defined now in the preprocessor. Not used yet, in next commits.
3. New function get_wwindow_image_from_wmhints to read the image from
   X11 wmhints. Previous code at wIconStore() now changed.
src/icon.c