Skip to content
Snippets Groups Projects
Commit 0d0756c0 authored by Cédric Roux's avatar Cédric Roux
Browse files

typo

parent d45551dd
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment