New colormap header file and remove unused functions
commit02feb72fdc5f0f075fecdf6b0d43a4af56b37030
authorRodolfo García Peñas (kix) <kix@kix.es>
Mon, 25 Jun 2012 11:29:35 +0000 (25 13:29 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 25 Jun 2012 22:49:10 +0000 (25 23:49 +0100)
treeb247767a90083973c70c86262e0afbd0ea259734
parent42cb1291e3b86921a0e381dac64abd8a80019b3a
New colormap header file and remove unused functions

The functions related to colormap are moved from funcs.h to the new
file colormap.h. These files are included where needed.

The functions wColormapInstallRoot and wColormapUninstallRoot are
removed, because they are not used.
src/actions.c
src/client.c
src/colormap.c
src/colormap.h [new file with mode: 0644]
src/event.c
src/funcs.h
src/shutdown.c
src/window.c