From 26c128dbdcbd19d92023181a674b0b659cef6c3a Mon Sep 17 00:00:00 2001 From: ayin Date: Fri, 15 Feb 2008 10:56:29 +0000 Subject: [PATCH] Make hex_keyval a static function. --- src/command.C | 4 ++-- src/rxvt.h | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/command.C b/src/command.C index b10c8354..0fa4a924 100644 --- a/src/command.C +++ b/src/command.C @@ -281,8 +281,8 @@ rxvt_term::commit_iso14755 () iso14755buf = 0; } -int -rxvt_term::hex_keyval (XKeyEvent &ev) +static int +hex_keyval (XKeyEvent &ev) { // check wether this event corresponds to a hex digit // if the modifiers had not been pressed. diff --git a/src/rxvt.h b/src/rxvt.h index 6d3e4163..13a8b0cb 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1104,7 +1104,6 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { // ISO 14755 entry support unicode_t iso14755buf; void commit_iso14755 (); - int hex_keyval (XKeyEvent &ev); # if ISO_14755 void iso14755_51 (unicode_t ch, rend_t r = DEFAULT_RSTYLE, int x = 0, int y = -1); void iso14755_54 (int x, int y); -- 2.34.1