Skip to content

Simplify Present event handling code

Roman Gilg requested to merge romangg/xserver:xwl-present-refactor into master

Instead of optionally return early when an event is aborted and potentially clean it up in there we can only optionally inform Present if not aborted and afterwards clean it up if required.

Saves some lines of code and conditional branches.

Signed-off-by: Roman Gilg subdiff@gmail.com

Merge request reports