diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 11:23:31 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 11:23:31 +0000 |
commit | dfa9ed31d47908f0eb58df652f08cee3ea18193b (patch) | |
tree | abe024ddf0c384e15c57374478740fb465867ad9 /src/gui/gui.h | |
parent | 1e815918037a9e5d62458972bdbcfd56deeadd98 (diff) | |
download | weechat-dfa9ed31d47908f0eb58df652f08cee3ea18193b.zip |
Added "modifier" in plugins API, improved /plugin command
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 6891013a0..477a8e1fb 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -184,7 +184,7 @@ extern void gui_infobar_remove_all (); extern int gui_word_strlen (t_gui_window *, char *); extern int gui_word_real_pos (t_gui_window *, char *, int); extern void gui_printf_internal (t_gui_buffer *, int, int, char *, char *, ...); -extern void gui_printf_raw_data (void *, int, char *); +extern void gui_printf_raw_data (void *, int, int, char *); extern void gui_input_optimize_size (t_gui_buffer *); extern void gui_input_init_color_mask (t_gui_buffer *); extern void gui_input_move (t_gui_buffer *, char *, char *, int ); |