1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

Removed typedef for keyboard structures in gui-keyboard.h

This commit is contained in:
Sebastien Helleu
2008-02-04 10:36:16 +01:00
parent 763bb073b4
commit 155e689a26
5 changed files with 34 additions and 37 deletions
+2 -2
View File
@@ -655,7 +655,7 @@ command_history (void *data, struct t_gui_buffer *buffer,
*/
void
command_key_display (t_gui_key *key, int new_key)
command_key_display (struct t_gui_key *key, int new_key)
{
char *expanded_name;
@@ -696,7 +696,7 @@ command_key (void *data, struct t_gui_buffer *buffer,
{
char *args, *internal_code;
int i;
t_gui_key *ptr_key;
struct t_gui_key *ptr_key;
t_gui_key_func *ptr_function;
/* make C compiler happy */