]> git.mdlowis.com Git - proto/labwc.git/commitdiff
rcxml.h: minor tweaks to order of variables
authorJohan Malm <jgm323@gmail.com>
Wed, 24 Sep 2025 19:16:37 +0000 (20:16 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 25 Sep 2025 20:12:36 +0000 (21:12 +0100)
include/config/rcxml.h

index e3b7bf0610b7af50496cebd481b58895b3ea0dff..b1c28d12321854bc20a36cce3ad7df4be9218809 100644 (file)
@@ -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;