Simple lua repl for testing
[notion.git] / ioncore / colormap.h
blobb3d8e60f1e83c1127b7666ae0368d1a8ba08febc
1 /*
2 * ion/ioncore/colormap.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_COLORMAP_H
10 #define ION_IONCORE_COLORMAP_H
12 #include "common.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 */