struct naming changes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2700 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-04-21 17:31:23 +00:00 committed by cras
commit bcc1bc73be
3 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ static char used_keys[256];
static GTree *key_states;
static int key_config_frozen;
struct KEYBOARD_REC {
struct _KEYBOARD_REC {
char *key_state; /* the ongoing key combo */
void *gui_data; /* GUI specific data sent in "key pressed" signal */
};