text_input: Move popup placement to own function

This commit is contained in:
Alexander Orzechowski 2024-08-04 13:06:06 -04:00
parent 5925002524
commit 6b57b5e8c0
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;