text_input: Move popup placement to own function

(cherry picked from commit 1537c9dae5)
This commit is contained in:
Alexander Orzechowski 2024-08-04 13:06:06 -04:00 committed by Simon Ser
parent 5a920c48d1
commit af782c17bb
2 changed files with 84 additions and 69 deletions

View file

@ -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;