ion->notion
[notion/jeffpc.git] / ioncore / key.h
blobcb5831d4529b1db9468fa998d13ce8c12b7a8c3e
1 /*
2 * ion/ioncore/key.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_IONCORE_KEY_H
10 #define ION_IONCORE_KEY_H
12 #include <X11/keysym.h>
14 #include <libmainloop/hooks.h>
15 #include "common.h"
16 #include "clientwin.h"
18 extern void ioncore_do_handle_keypress(XKeyEvent *ev);
19 extern void clientwin_quote_next(WClientWin *cwin);
20 extern bool ioncore_current_key(uint *kcb, uint *state, bool *sub);
22 extern void region_free_submapstat(WRegion *reg);
24 extern WHook *ioncore_submap_ungrab_hook;
26 #endif /* ION_IONCORE_KEY_H */