4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
9 #ifndef ION_IONCORE_KEY_H
10 #define ION_IONCORE_KEY_H
12 #include <X11/keysym.h>
14 #include <libmainloop/hooks.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 */