Skip to content

Commit

Permalink
add gui_app_start prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Jan 1, 2025
1 parent 614edb2 commit e38ac95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/awtk_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ ret_t tk_exit(void);
*/
ret_t tk_run_in_ui_thread(tk_callback_t func, void* ctx, bool_t wait_until_done);

#ifdef USE_GUI_MAIN
int gui_app_start(int lcd_w, int lcd_h);
#endif/*USE_GUI_MAIN*/

END_C_DECLS

#endif /*TK_GLOBAL_H*/

0 comments on commit e38ac95

Please sign in to comment.