[go: up one dir, main page]

Menu

[f2b791]: / src / colormaps.h  Maximize  Restore  History

Download this file

31 lines (23 with data), 572 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* $Id$
* colormaps.h
* Copyright (C) 1997-1999 Maciej Stachowiak and Greg J. Badros
*/
#ifndef COLORMAPS_H__
#define COLORMAPS_H__
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "window_fwd.h"
void HandleColormapNotify(void);
void ReInstallActiveColormap(void);
void InstallWindowColormaps(ScwmWindow *psw);
void InstallRootColormap(void);
void UninstallRootColormap(void);
void FetchWmColormapWindows(ScwmWindow *psw);
#endif /* COLORMAPS_H__ */
/* Local Variables: */
/* tab-width: 8 */
/* c-basic-offset: 2 */
/* End: */
/* vim:ts=8:sw=2:sta
*/