Skip to content

Reduce ifdefs in Workspace::supportInformation()

Alex Richardson requested to merge arichardson/kwin:reduce-ifdefs into master

All of these preprocessor constants are defined to 0 or 1, so we can use a ternary expression instead of #if+#else.

Merge request reports