Skip to content

wayland: Return a type of NET::Unknown for popups

Vlad Zahorodnii requested to merge work/xdg-popup-unknown-type into master

This is to ensure that isNormalWindow() returns false for popups. One could argue that we abuse netwm window types, on the other hand, we don't know the exact type of popups and NET::Unknown is the closest type.

Merge request reports