mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
add disableMaximizedServerDecor
This commit is contained in:
parent
4a22bea0a6
commit
ac65afdaf7
4 changed files with 10 additions and 2 deletions
|
|
@ -1162,6 +1162,8 @@ entry(xmlNode *node, char *nodename, char *content, struct parser_state *state)
|
|||
rc.gap = atoi(content);
|
||||
} else if (!strcasecmp(nodename, "adaptiveSync.core")) {
|
||||
set_adaptive_sync_mode(content, &rc.adaptive_sync);
|
||||
} else if (!strcasecmp(nodename, "disableMaximizedServerDecor.core")) {
|
||||
set_bool(content, &rc.disable_maximized_ssd_decor);
|
||||
} else if (!strcasecmp(nodename, "allowTearing.core")) {
|
||||
set_tearing_mode(content, &rc.allow_tearing);
|
||||
} else if (!strcasecmp(nodename, "autoEnableOutputs.core")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue