|
@@ -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(
|