diff options
| author | Alexander Orzechowski <alex@ozal.ski> | 2024-08-04 13:06:06 -0400 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2024-09-20 19:40:18 +0200 |
| commit | 1537c9dae53eebea4926321aa9f7fd982375859f (patch) | |
| tree | ca07f1d0eed6f5a22c73d92719072e6b755c6d71 /include | |
| parent | 48069097ea55021afa0af3c5148cb7caab724dcf (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; |
