]> git.decadent.org.uk Git - ion3.git/blob - ioncore/colormap.h
Imported Upstream version 20090110
[ion3.git] / ioncore / colormap.h
1 /*
2  * ion/ioncore/colormap.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_COLORMAP_H
10 #define ION_IONCORE_COLORMAP_H
11
12 #include "common.h"
13 #include "clientwin.h"
14
15 extern void ioncore_handle_colormap_notify(const XColormapEvent *ev);
16
17 extern void rootwin_install_colormap(WRootWin *scr, Colormap cmap);
18
19 extern void clientwin_install_colormap(WClientWin *cwin);
20 extern void clientwin_get_colormaps(WClientWin *cwin);
21 extern void clientwin_clear_colormaps(WClientWin *cwin);
22
23 extern void xwindow_unmanaged_selectinput(Window win, long mask);
24
25 #endif /* ION_IONCORE_COLORMAP_H */