From b210082d08d1141455057f5c3a835910b271b78b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 Apr 2022 16:22:05 +0100 Subject: [PATCH] Multigrab: Provide in initial load This was broken by the special refactoring. Signed-off-by: Ian Jackson --- daemon/session.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/session.rs b/daemon/session.rs index b2970813..0d41792c 100644 --- a/daemon/session.rs +++ b/daemon/session.rs @@ -53,6 +53,7 @@ struct SessionPieceLoadJson<'r> { moveable: PieceMoveable, cseq_loose: Option, rotateable: bool, + multigrab: bool, occregion: Option>, pub bbox: &'r Rect, } @@ -159,6 +160,7 @@ fn session_inner(form: Json, desc, bbox: &bbox, moveable: gpc.moveable(), + multigrab: ipc.special.multigrab, cseq_loose: None, rotateable: gpc.rotateable(), uos: &pri.ui_operations(&ig.gs, gpc, ipc)?, -- 2.30.2