From 7a5b7aa37881690e26a01aada6ffcf668d0df52f Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 24 Sep 2025 20:16:37 +0100 Subject: [PATCH] rcxml.h: minor tweaks to order of variables --- include/config/rcxml.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/config/rcxml.h b/include/config/rcxml.h index e3b7bf06..b1c28d12 100644 --- a/include/config/rcxml.h +++ b/include/config/rcxml.h @@ -71,11 +71,12 @@ struct rcxml { enum tearing_mode allow_tearing; bool auto_enable_outputs; bool reuse_output_mode; - enum lab_placement_policy placement_policy; bool xwayland_persistence; bool primary_selection; char *prompt_command; + /* placement */ + enum lab_placement_policy placement_policy; int placement_cascade_offset_x; int placement_cascade_offset_y;