X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fkey.h;h=cb5831d4529b1db9468fa998d13ce8c12b7a8c3e;hb=bab1a29cb81b48fe5f1f79349db31363e52143c1;hp=35d8d5520b69442b975b887e9c013432362c881c;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/ioncore/key.h b/ioncore/key.h index 35d8d55..cb5831d 100644 --- a/ioncore/key.h +++ b/ioncore/key.h @@ -1,12 +1,9 @@ /* * ion/ioncore/key.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * 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,6 +11,7 @@ #include +#include #include "common.h" #include "clientwin.h" @@ -21,4 +19,8 @@ extern void ioncore_do_handle_keypress(XKeyEvent *ev); extern void clientwin_quote_next(WClientWin *cwin); 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 */