diff --git a/plugins/single_plugins/move.cpp b/plugins/single_plugins/move.cpp index 0c66a507f..b57bea302 100644 --- a/plugins/single_plugins/move.cpp +++ b/plugins/single_plugins/move.cpp @@ -485,7 +485,7 @@ class wayfire_move : public wf::per_output_plugin_instance_t, return; } - auto input = get_input_coords(); + auto input = get_input_coords(); slot.preview = wf::tracking_allocator_t::get() .allocate(wf::geometry_t{input.x, input.y, 1, 1}, "move"); diff --git a/src/view/view-impl.hpp b/src/view/view-impl.hpp index 600794a3c..884a5b420 100644 --- a/src/view/view-impl.hpp +++ b/src/view/view-impl.hpp @@ -27,7 +27,7 @@ class view_interface_t::view_priv_impl { public: wlr_surface *wsurface = nullptr; - size_t last_view_cnt = 0; + size_t last_view_cnt = 0; bool keyboard_focus_enabled = true; uint32_t allowed_actions = VIEW_ALLOW_ALL;