mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
xdg-popup: add proper configure flow
This commit is contained in:
parent
4f5d6e4746
commit
4a968576e4
4 changed files with 49 additions and 14 deletions
|
|
@ -26,6 +26,10 @@ void create_xdg_popup(struct wlr_xdg_surface *surface,
|
|||
void unmap_xdg_popup(struct wlr_xdg_popup *popup);
|
||||
void destroy_xdg_popup(struct wlr_xdg_popup *popup);
|
||||
void handle_xdg_popup_committed(struct wlr_xdg_popup *popup);
|
||||
struct wlr_xdg_popup_configure *send_xdg_popup_configure(
|
||||
struct wlr_xdg_popup *popup);
|
||||
void handle_xdg_popup_ack_configure(struct wlr_xdg_popup *popup,
|
||||
struct wlr_xdg_popup_configure *configure);
|
||||
|
||||
void create_xdg_toplevel(struct wlr_xdg_surface *surface,
|
||||
uint32_t id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue