X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ioncore%2Fregbind.h;h=adf78ff279497f7cde2d3b89cb1634ac0bc7e3c9;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=ad1fe6d968718a83bc1e4710cf506876e926869e;hpb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;p=ion3.git diff --git a/ioncore/regbind.h b/ioncore/regbind.h index ad1fe6d..adf78ff 100644 --- a/ioncore/regbind.h +++ b/ioncore/regbind.h @@ -3,10 +3,7 @@ * * 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_REGBIND_H @@ -21,6 +18,8 @@ DECLSTRUCT(WSubmapState){ uint key, state; WSubmapState *next; + /* ExtlFn leave; */ + /* Watch leave_reg; */ }; @@ -29,7 +28,8 @@ extern void region_remove_bindmap(WRegion *reg, WBindmap *bindmap); extern void region_remove_bindings(WRegion *reg); -extern WBinding *region_lookup_keybinding(WRegion *reg, const XKeyEvent *ev, +extern WBinding *region_lookup_keybinding(WRegion *reg, + int act, uint state, uint kcb, const WSubmapState *sc, WRegion **binding_owner_ret); extern WBinding *region_lookup_binding(WRegion *reg, int act, uint state,