| version 1.22 | | version 1.23 |
|---|
| | |
| char *rcsid_x11_xutil_c = | | char *rcsid_x11_xutil_c = |
| "$Id: xutil.c,v 1.22 2006/01/31 14:22:28 cavesomething Exp $"; | | "$Id: xutil.c,v 1.23 2006/02/16 22:32:47 akirschbaum Exp $"; |
| /* | | /* |
| Crossfire client, a client program for the crossfire program. | | Crossfire client, a client program for the crossfire program. |
| | | |
| | |
| } | | } |
| | | |
| /* This code is common to both x11 and gdk client */ | | /* This code is common to both x11 and gdk client */ |
| static void init_default_keybindings() | | static void init_default_keybindings(void) |
| { | | { |
| char buf[MAX_BUF]; | | char buf[MAX_BUF]; |
| int i; | | int i; |
| | |
| */ | | */ |
| /* This function is common to both x11 and gdk client */ | | /* This function is common to both x11 and gdk client */ |
| | | |
| void init_keys() | | void init_keys(void) |
| { | | { |
| int i, line=0; | | int i, line=0; |
| FILE *fp; | | FILE *fp; |
| | |
| save_individual_key(fp, key->next, kc); | | save_individual_key(fp, key->next, kc); |
| } | | } |
| | | |
| static void save_keys() | | static void save_keys(void) |
| { | | { |
| char buf[MAX_BUF], buf2[MAX_BUF]; | | char buf[MAX_BUF], buf2[MAX_BUF]; |
| int i; | | int i; |
| | |
| return; | | return; |
| } | | } |
| | | |
| static void unbind_usage() | | static void unbind_usage(void) |
| { | | { |
| draw_info("Usage: unbind <entry_number> or",NDI_BLACK); | | draw_info("Usage: unbind <entry_number> or",NDI_BLACK); |
| draw_info("Usage: unbind [-a] [-g] to show existing bindings", NDI_BLACK); | | draw_info("Usage: unbind [-a] [-g] to show existing bindings", NDI_BLACK); |