X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fkey.h;h=059ca5d7d8b083933e7c493d066a8c31757dca2b;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=e5ba29c0382982aa8d4efba4c28367b23a48a28f;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/ioncore/key.h b/ioncore/key.h index e5ba29c..059ca5d 100644 --- a/ioncore/key.h +++ b/ioncore/key.h @@ -1,12 +1,9 @@ /* * ion/ioncore/key.h * - * Copyright (c) Tuomo Valkonen 1999-2006. + * Copyright (c) Tuomo Valkonen 1999-2007. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_KEY_H @@ -14,11 +11,16 @@ #include +#include #include "common.h" #include "clientwin.h" extern void ioncore_do_handle_keypress(XKeyEvent *ev); extern void clientwin_quote_next(WClientWin *cwin); -extern XKeyEvent *ioncore_current_key_event(); +extern bool ioncore_current_key(uint *kcb, uint *state, bool *sub); + +extern void region_free_submapstat(WRegion *reg); + +extern WHook *ioncore_submap_ungrab_hook; #endif /* ION_IONCORE_KEY_H */