1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

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.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-25 13:29:35 +02:00
committed by Carlos R. Mafra
parent 42cb1291e3
commit 02feb72fdc
8 changed files with 32 additions and 26 deletions

View File

@@ -36,6 +36,7 @@
#include "session.h"
#include "winspector.h"
#include "wmspec.h"
#include "colormap.h"
extern Atom _XA_WM_DELETE_WINDOW;
extern Time LastTimestamp;