factor out application widgets from widget.h -- add new include/mongoose-touch.h instead
This commit is contained in:
18
include/mongoose-touch.h
Normal file
18
include/mongoose-touch.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef __MONGOOSE_TOUCH_H
|
||||
#define __MONGOOSE_TOUCH_H
|
||||
|
||||
#include "widget.h"
|
||||
|
||||
void widget_time_ev(int ev, struct widget_t *w, void *ev_data);
|
||||
|
||||
void widget_wifi_ev(int ev, struct widget_t *w, void *ev_data);
|
||||
|
||||
void widget_network_ev(int ev, struct widget_t *w, void *ev_data);
|
||||
void widget_network_send();
|
||||
void widget_network_recv();
|
||||
|
||||
void widget_topbar_ev(int ev, struct widget_t *w, void *ev_data);
|
||||
|
||||
void widget_name_ev(int ev, struct widget_t *w, void *ev_data);
|
||||
|
||||
#endif // __MONGOOSE_TOUCH_H
|
Reference in New Issue
Block a user