]> git.mdlowis.com Git - proto/labwc.git/commit
Decorations: respect earlier client side decoration negotion result
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Wed, 22 Mar 2023 18:53:17 +0000 (19:53 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 25 Mar 2023 07:24:40 +0000 (07:24 +0000)
commit35e71ada826bd5d6888676dd317b91ec838f028a
tree3176825ebdcc3c17c69bf033558f97bbef240d6e
parent082dc79555ff8b17aa6e4dbdce5293228fcf28cd
Decorations: respect earlier client side decoration negotion result

Before this patch, it was impossible to differentiate between negotiations
resulting in client side decorations and no negotiations at all.

By adding an enum we are now able to differentiate between the two states.
include/view.h
src/decorations/xdg-deco.c
src/xdg.c