text_input: Move popup placement to own function

This commit is contained in:
Alexander Orzechowski 2024-08-04 13:06:06 -04:00 committed by Simon Ser
parent 48069097ea
commit 1537c9dae5
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;