mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
text_input: Move popup placement to own function
This commit is contained in:
parent
48069097ea
commit
1537c9dae5
2 changed files with 84 additions and 69 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue