From: Johan Malm Date: Wed, 24 Sep 2025 19:16:37 +0000 (+0100) Subject: rcxml.h: minor tweaks to order of variables X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=7a5b7aa37881690e26a01aada6ffcf668d0df52f;p=proto%2Flabwc.git rcxml.h: minor tweaks to order of variables --- 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;