diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-08-04 13:06:06 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-08-04 13:06:06 -0400 |
| commit | c802f0c577c7e159f53f61ba5d11bcdc3aa05763 (patch) | |
| tree | ca07f1d0eed6f5a22c73d92719072e6b755c6d71 /include | |
| parent | 3ef9ec5d3e439dcf1b0360e7557f1f52f3159aeb (diff) | |
text_input: Move popup placement to own function
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/input/text_input_popup.h | 1 |
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; |
