summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgpopup_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Client: Fix popup position for xdg shellJohan Klokkhammer Helsing2016-08-101-0/+79
Popups used xdg_surface instead of xdg_popup. It's not possible to set a position for an xdg_surface, because it's supposed to be a top level window (in xdg shell v5). Consequently, popups were treated as top level windows and positioned randomly on Weston. Using xdg_popup instead solves the problem. Task-number: QTBUG-55063 Change-Id: I223348677ef8a1ef1eee6a4c389276a6c802bcb5 Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>