chore: tidy up the position of popup

This commit is contained in:
ShootingStarDragons 2024-02-13 10:24:03 +08:00 committed by Access
parent 14f6847cc0
commit 2093f37212
2 changed files with 14 additions and 17 deletions

View file

@ -10,8 +10,6 @@ struct sway_input_popup {
struct sway_popup_desc desc;
struct wlr_input_popup_surface_v2 *popup_surface;
int x, y;
struct wl_list link;
struct wl_listener popup_destroy;