mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 16:02:33 +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:
committed by
Carlos R. Mafra
parent
42cb1291e3
commit
02feb72fdc
@@ -41,10 +41,6 @@ void OpenWindowMenu2(WWindow *wwin, int x, int y, int keyboard);
|
||||
void OpenMiniwindowMenu(WWindow *wwin, int x, int y);
|
||||
void CloseWindowMenu(WScreen *scr);
|
||||
void DestroyWindowMenu(WScreen *scr);
|
||||
void wColormapInstallForWindow(WScreen *scr, WWindow *wwin);
|
||||
void wColormapInstallRoot(WScreen *scr);
|
||||
void wColormapUninstallRoot(WScreen *scr);
|
||||
void wColormapAllowClientInstallation(WScreen *scr, Bool starting);
|
||||
void PlaceIcon(WScreen *scr, int *x_ret, int *y_ret, int head);
|
||||
void StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next, Bool class_only);
|
||||
void SendHelperMessage(WScreen *scr, char type, int workspace, char *msg);
|
||||
|
||||
Reference in New Issue
Block a user