summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2022-03-23 15:35:50 +0000
committerDavid Edmundson <davidedmundson@kde.org>2022-12-07 20:36:40 +0000
commit23d3fc712cdf7fc0a4ff837082de9ba773e8605c (patch)
tree5b4866d8c3c0b7eb524a8f70050b3c2868b6ba01 /sync.profile
parent5bae5debdf94f6bbec61f4ff50ecbf3c1231e0e3 (diff)
downloadqtwayland-23d3fc712cdf7fc0a4ff837082de9ba773e8605c.tar.gz
Implement fractional_scale_v1 and wp_viewport
This allows compositors to hint a non-integer scale to use on a window which we can hook to Qt's existing fractional scaling support. The viewport is used to communicate the relationship between buffer size and logical size to the compositor. It is a non-integer alternative to wl_buffer_scale Change-Id: I1a850f1bcd40e8d04e241e18a538b11f18bc671c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index c78827c2..766db22e 100644
--- a/sync.profile
+++ b/sync.profile
@@ -35,8 +35,10 @@
"^qwayland-text-input-unstable-v4-wip.h",
"^qwayland-qt-text-input-method-unstable-v1.h",
"^qwayland-touch-extension.h",
+ "^qwayland-viewporter.h",
"^qwayland-wayland.h",
"^qwayland-wp-primary-selection-unstable-v1.h",
+ "^qwayland-fractional-scale-v1.h",
"^qwayland-xdg-output-unstable-v1.h",
"^wayland-hardware-integration-client-protocol.h",
"^wayland-pointer-gestures-unstable-v1-client-protocol.h",
@@ -50,7 +52,9 @@
"^wayland-text-input-unstable-v4-wip-client-protocol.h",
"^wayland-qt-text-input-method-unstable-v1-client-protocol.h",
"^wayland-touch-extension-client-protocol.h",
+ "^wayland-viewporter-client-protocol.h",
"^wayland-wayland-client-protocol.h",
+ "^wayland-fractional-scale-v1-client-protocol.h",
"^wayland-wp-primary-selection-unstable-v1-client-protocol.h",
"^wayland-xdg-output-unstable-v1-client-protocol.h",
],