]> git.decadent.org.uk Git - ion3.git/blob - ioncore/colormap.h
[svn-inject] Installing original source of ion3
[ion3.git] / ioncore / colormap.h
1 /*
2  * ion/ioncore/colormap.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2006. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_COLORMAP_H
13 #define ION_IONCORE_COLORMAP_H
14
15 #include "common.h"
16 #include "clientwin.h"
17
18 extern void ioncore_handle_colormap_notify(const XColormapEvent *ev);
19
20 extern void rootwin_install_colormap(WRootWin *scr, Colormap cmap);
21
22 extern void clientwin_install_colormap(WClientWin *cwin);
23 extern void clientwin_get_colormaps(WClientWin *cwin);
24 extern void clientwin_clear_colormaps(WClientWin *cwin);
25
26 extern void xwindow_unmanaged_selectinput(Window win, long mask);
27
28 #endif /* ION_IONCORE_COLORMAP_H */