]> git.decadent.org.uk Git - ion3.git/blob - ioncore/key.h
35d8d5520b69442b975b887e9c013432362c881c
[ion3.git] / ioncore / key.h
1 /*
2  * ion/ioncore/key.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_IONCORE_KEY_H
13 #define ION_IONCORE_KEY_H
14
15 #include <X11/keysym.h>
16
17 #include "common.h"
18 #include "clientwin.h"
19
20 extern void ioncore_do_handle_keypress(XKeyEvent *ev);
21 extern void clientwin_quote_next(WClientWin *cwin);
22 extern bool ioncore_current_key(uint *kcb, uint *state, bool *sub);
23
24 #endif /* ION_IONCORE_KEY_H */