mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
rcxml.h: minor tweaks to order of variables
This commit is contained in:
parent
5fdebedcd9
commit
7a5b7aa378
1 changed files with 2 additions and 1 deletions
|
|
@ -71,11 +71,12 @@ struct rcxml {
|
||||||
enum tearing_mode allow_tearing;
|
enum tearing_mode allow_tearing;
|
||||||
bool auto_enable_outputs;
|
bool auto_enable_outputs;
|
||||||
bool reuse_output_mode;
|
bool reuse_output_mode;
|
||||||
enum lab_placement_policy placement_policy;
|
|
||||||
bool xwayland_persistence;
|
bool xwayland_persistence;
|
||||||
bool primary_selection;
|
bool primary_selection;
|
||||||
char *prompt_command;
|
char *prompt_command;
|
||||||
|
|
||||||
|
/* placement */
|
||||||
|
enum lab_placement_policy placement_policy;
|
||||||
int placement_cascade_offset_x;
|
int placement_cascade_offset_x;
|
||||||
int placement_cascade_offset_y;
|
int placement_cascade_offset_y;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue