2 * ion/ioncore/colormap.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_COLORMAP_H
10 #define ION_IONCORE_COLORMAP_H
13 #include "clientwin.h"
15 extern void ioncore_handle_colormap_notify(const XColormapEvent
*ev
);
17 extern void rootwin_install_colormap(WRootWin
*scr
, Colormap cmap
);
19 extern void clientwin_install_colormap(WClientWin
*cwin
);
20 extern void clientwin_get_colormaps(WClientWin
*cwin
);
21 extern void clientwin_clear_colormaps(WClientWin
*cwin
);
23 extern void xwindow_unmanaged_selectinput(Window win
, long mask
);
25 #endif /* ION_IONCORE_COLORMAP_H */