Refactor app to use 'screen with widgets' rather than 'widgets'

This commit is contained in:
Pim van Pelt
2017-11-26 15:01:59 +01:00
parent 3e2e9d4e5b
commit fd68b1ec03
11 changed files with 134 additions and 104 deletions

View File

@ -2,6 +2,7 @@
#define __MONGOOSE_TOUCH_H
#include "widget.h"
#include "screen.h"
void widget_time_ev(int ev, struct widget_t *w, void *ev_data);