1
1

* widget.h: Fixed prototype of input_callback().

Этот коммит содержится в:
Roland Illig 2005-05-24 11:50:12 +00:00
родитель 87759863e3
Коммит 0fea1df332
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
2005-05-24 Roland Illig <roland.illig@gmx.de>
* widget.c: Fixed all but one casts on function pointers.
* widget.h: Fixed prototype of input_callback().
2005-05-23 Roland Illig <roland.illig@gmx.de>

Просмотреть файл

@ -160,7 +160,7 @@ void input_enable_update (WInput *in);
void input_set_point (WInput *in, int pos);
void input_show_cursor (WInput *in);
void assign_text (WInput *in, const char *text);
cb_ret_t input_callback (WInput *in, widget_msg_t msg, int parm);
cb_ret_t input_callback (Widget *, widget_msg_t msg, int parm);
/* Labels */
void label_set_text (WLabel *label, const char *text);