Skip to content

Commit

Permalink
Adding SmoothBootSupport to the demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Sep 7, 2023
1 parent 44d563b commit 397ee9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/mir_demo_server/server_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <miral/set_window_management_policy.h>
#include <miral/wayland_extensions.h>
#include <miral/x11_support.h>
#include <miral/smooth_boot_support.h>

#include "mir/abnormal_exit.h"
#include "mir/server.h"
Expand Down Expand Up @@ -140,6 +141,7 @@ try
.enable(miral::WaylandExtensions::zwp_input_method_manager_v2)
.enable(miral::WaylandExtensions::zwlr_screencopy_manager_v1)
.enable(miral::WaylandExtensions::ext_session_lock_manager_v1),
miral::SmoothBootSupport{},
miral::set_window_management_policy<miral::MinimalWindowManager>(),
me::add_input_device_configuration_options_to,
add_timeout_option_to,
Expand Down

0 comments on commit 397ee9a

Please sign in to comment.