File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,6 @@ ctr_object* ctr_gui_screen(ctr_object* myself, ctr_argument* argumentList) {
516
516
// for some reason events will take place (on android) in the wrong place if we dont do this...
517
517
SDL_SetHint (SDL_HINT_RENDER_SCALE_QUALITY , "1" );
518
518
SDL_RenderSetLogicalSize (lv_sdl_window_get_renderer (CtrGUIDisplay ), CtrGUIWidth , CtrGUIHeight );
519
- //end
520
519
lv_group_t * g = lv_group_create ();
521
520
lv_group_set_default (g );
522
521
lv_indev_t * mouse = lv_sdl_mouse_create ();
@@ -546,7 +545,6 @@ ctr_object* ctr_gui_screen(ctr_object* myself, ctr_argument* argumentList) {
546
545
arguments -> object = CtrStdNil ;
547
546
ctr_send_message (guiObject , CTR_DICT_RUN , strlen (CTR_DICT_RUN ), arguments );
548
547
ctr_heap_free (arguments );
549
- /*Handle LVGL tasks*/
550
548
while (1 ) {
551
549
idle_time = lv_timer_handler (); /*Returns the time to the next timer execution*/
552
550
usleep (idle_time * 1000 );
You can’t perform that action at this time.
0 commit comments