Skip to content

backends/{x11,wayland}: Rework passing initial configuration to windowed backends

Vlad Zahorodnii requested to merge work/zzag/windowed-backend-options into master

Currently, OutputBackend stores the initial state for windowed backends. It's messy because the backends can have different needs. Instead, make windowed backends take an Options struct with all possible options.

Merge request reports