magnifier: disable direct scanout when active

Fixes: #1980
This commit is contained in:
Consolatis 2024-07-16 20:39:48 +02:00
parent 8ddfcb80e5
commit 40684bad9d
3 changed files with 15 additions and 11 deletions

View file

@ -251,6 +251,7 @@ struct server {
struct seat seat;
struct wlr_scene *scene;
struct wlr_scene_output_layout *scene_layout;
bool direct_scanout_enabled;
/* cursor interactive */
enum input_mode input_mode;