mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
format code
This commit is contained in:
parent
d3e0a713b8
commit
8ab5ffd733
@ -1057,7 +1057,7 @@ ret_t widget_dispatch(widget_t* widget, event_t* e) {
|
||||
|
||||
static ret_t widget_dispatch_callback(void* ctx, const void* data) {
|
||||
widget_t* widget = WIDGET(data);
|
||||
|
||||
|
||||
return widget_dispatch(widget, (event_t*)ctx);
|
||||
}
|
||||
|
||||
|
@ -573,4 +573,3 @@ ret_t window_manager_dispatch_window_event(widget_t* window, event_type_t type)
|
||||
|
||||
return widget_dispatch(window->parent, (event_t*)&(evt));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user