Commit 0d0756c0 authored by Cedric Roux's avatar Cedric Roux

typo

parent d45551dd
...@@ -48,7 +48,7 @@ static void button(gui *_g, widget *_this, int x, int y, int button, int up) ...@@ -48,7 +48,7 @@ static void button(gui *_g, widget *_this, int x, int y, int button, int up)
{ {
struct gui *g = _g; struct gui *g = _g;
struct text_list_widget *this = _this; struct text_list_widget *this = _this;
LOGD("BUTTON test_list %p xy %d %d button %d up %d\n", _this, x, y, button, up); LOGD("BUTTON text_list %p xy %d %d button %d up %d\n", _this, x, y, button, up);
/* scroll up */ /* scroll up */
if (button == 4 && up == 0) { if (button == 4 && up == 0) {
gui_notify(g, "scrollup", _this, NULL); gui_notify(g, "scrollup", _this, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment