diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-12-03 10:41:49 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-12-03 10:41:49 +0000 |
commit | 947de5ebc2c050b337d15d03b90c319957ed4725 (patch) | |
tree | a5107fe26e73c729747257c8f02150b640c4c4c2 /src/keymap.c | |
parent | 8e2b518dc283781d8eca76c7bc5293d8049e083c (diff) |
Make is_cursor_key static.
2007-12-03 Chris Wilson <chris@chris-wilson.co.uk>
* src/keymap.c: Make is_cursor_key static.
svn path=/trunk/; revision=2005
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 7136dab..8109335 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1330,7 +1330,7 @@ _vte_keymap_key_gets_modifiers(guint keyval) } /* Prior and Next are ommitted for the SS3 to CSI switch below */ -gboolean +static gboolean is_cursor_key(guint keyval) { switch (keyval) { |