mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wl-shell: role committed
This commit is contained in:
parent
d5ffa26564
commit
68328700c7
3 changed files with 7 additions and 14 deletions
|
|
@ -70,7 +70,6 @@ struct wlr_wl_shell_surface {
|
|||
char *class;
|
||||
|
||||
struct wl_listener surface_destroy_listener;
|
||||
struct wl_listener surface_commit_listener;
|
||||
|
||||
struct wlr_wl_shell_surface *parent;
|
||||
struct wl_list popup_link;
|
||||
|
|
@ -79,7 +78,6 @@ struct wlr_wl_shell_surface {
|
|||
|
||||
struct {
|
||||
struct wl_signal destroy;
|
||||
struct wl_signal commit;
|
||||
struct wl_signal ping_timeout;
|
||||
|
||||
struct wl_signal request_move;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue