Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-06-16 06:29:08 +0300
committerCampbell Barton <campbell@blender.org>2022-06-16 07:18:45 +0300
commit9dd5c2a7ecc861707ef2987259ab2aff047a741a (patch)
tree144a6c010b9a54b424bb640ddaa195df002eae97 /intern/ghost/intern/GHOST_WindowWayland.h
parent1fed24de5a38c2133439e78cedc27d265962f90a (diff)
Fix error selecting the window scale in wayland
Regression in [0] caused all output to be considered when updating after monitor outputs changed. [0]: ac2a56d7f3d6d20a0ed24ece11eea33e23d42f2c
Diffstat (limited to 'intern/ghost/intern/GHOST_WindowWayland.h')
-rw-r--r--intern/ghost/intern/GHOST_WindowWayland.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWayland.h b/intern/ghost/intern/GHOST_WindowWayland.h
index d7cd6608556..948635fc9ae 100644
--- a/intern/ghost/intern/GHOST_WindowWayland.h
+++ b/intern/ghost/intern/GHOST_WindowWayland.h
@@ -103,7 +103,7 @@ class GHOST_WindowWayland : public GHOST_Window {
struct wl_surface *surface() const;
- std::vector<const output_t *> &outputs();
+ std::vector<output_t *> &outputs();
output_t *output_find_by_wl(struct wl_output *output);