mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
config_libconfig: add force-win-blend option
It use to be a command line only option. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
05e8d0f305
commit
969cbeaf17
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,7 @@ char *parse_config_libconfig(options_t *opt, const char *config_file, bool *shad
|
|||
lcfg_lookup_bool(&cfg, "glx-no-stencil", &opt->glx_no_stencil);
|
||||
// --glx-no-rebind-pixmap
|
||||
lcfg_lookup_bool(&cfg, "glx-no-rebind-pixmap", &opt->glx_no_rebind_pixmap);
|
||||
lcfg_lookup_bool(&cfg, "force-win-blend", &opt->force_win_blend);
|
||||
// --glx-swap-method
|
||||
if (config_lookup_string(&cfg, "glx-swap-method", &sval)) {
|
||||
char *endptr;
|
||||
|
|
Loading…
Reference in a new issue