Skip to content

Cleanup: simply passing flags to clientConfigure()

Enrico Weigelt requested to merge metux/xfwm4:submit/configure_flags into master

The passing of flags to clientConfigure() via bitmasks isn't actually trivial to understand. Different flags are or'ed in complicated ways along the call chain, even though most of the sites are only interested in some of the flags.

This queue cleans this up by replacing the bitmask with explicit bool parameters.

Merge request reports