]> git.decadent.org.uk Git - ion3.git/blob - ioncore/key.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / key.h
1 /*
2  * ion/ioncore/key.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_IONCORE_KEY_H
10 #define ION_IONCORE_KEY_H
11
12 #include <X11/keysym.h>
13
14 #include <libmainloop/hooks.h>
15 #include "common.h"
16 #include "clientwin.h"
17
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);
21
22 extern void region_free_submapstat(WRegion *reg);
23
24 extern WHook *ioncore_submap_ungrab_hook;
25
26 #endif /* ION_IONCORE_KEY_H */