summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Orzechowski <alex@ozal.ski>2024-08-04 13:06:06 -0400
committerSimon Ser <contact@emersion.fr>2024-09-20 19:48:52 +0200
commitaf782c17bb81a0b2370470d94b35fd97296f4cfe (patch)
treeaf1a4c77f0d5d62f2625185a928036a788e6fc57 /include
parent5a920c48d1b2236c0b6c376611dc5d17a080bb8b (diff)
text_input: Move popup placement to own function
(cherry picked from commit 1537c9dae53eebea4926321aa9f7fd982375859f)
Diffstat (limited to 'include')
-rw-r--r--include/sway/input/text_input_popup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/text_input_popup.h b/include/sway/input/text_input_popup.h
index e5f6ab8b..97dd6444 100644
--- a/include/sway/input/text_input_popup.h
+++ b/include/sway/input/text_input_popup.h
@@ -9,6 +9,7 @@ struct sway_input_popup {
struct wlr_scene_tree *scene_tree;
struct sway_popup_desc desc;
struct wlr_input_popup_surface_v2 *popup_surface;
+ struct wlr_output *fixed_output;
struct wl_list link;