a371c6c4e74d71387f1a2f9cdbd78207760f2b76
[AGL/meta-agl-demo.git] / recipes-qt / qt / qtwayland-config / qtwayland
1 QT_WAYLAND_SHELL_INTEGRATION=@QT_WAYLAND_DEFAULT_SHELL@
2 # The following might be necessary when multiple/split surfaces are created.
3 # Without this, QtWayland will sometimes maintain the same/old size even if the
4 # split surface is destroyed.
5 # We keep it disabled by default as it causes an additional repaint of the
6 # surface until the compositor sends a configure event to scale the window to
7 # the actual area. Typical windows will, by default, have an initial size set
8 # by qtwayland when starting-up (without an explicit size specified by the
9 # application).
10 # Note that QtWayland will only test the presence of the environment variable
11 # so it will be enabled even if set to 0
12 # QT_WAYLAND_RESIZE_AFTER_SWAP=1