David Lee 1 rok temu
rodzic
commit
8ff990cb26
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      xremote.c

+ 1 - 2
xremote.c

@@ -29,8 +29,7 @@ XRemote* xremote_app_alloc() {
 
 
     //Scene additions
     //Scene additions
     app->view_dispatcher = view_dispatcher_alloc();
     app->view_dispatcher = view_dispatcher_alloc();
-    //view_dispatcher_enable_queue(app->view_dispatcher);
-
+    
     app->scene_manager = scene_manager_alloc(&xremote_scene_handlers, app);
     app->scene_manager = scene_manager_alloc(&xremote_scene_handlers, app);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_navigation_event_callback(
     view_dispatcher_set_navigation_event_callback(