mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Kill wl_shell
This commit is contained in:
parent
4e6cb2b4b2
commit
95a10dd4f3
9 changed files with 2 additions and 200 deletions
|
|
@ -58,6 +58,5 @@ void handle_layer_shell_surface(struct wl_listener *listener, void *data);
|
|||
void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data);
|
||||
void handle_xdg_shell_surface(struct wl_listener *listener, void *data);
|
||||
void handle_xwayland_surface(struct wl_listener *listener, void *data);
|
||||
void handle_wl_shell_surface(struct wl_listener *listener, void *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
struct sway_container;
|
||||
|
||||
enum sway_view_type {
|
||||
SWAY_VIEW_WL_SHELL,
|
||||
SWAY_VIEW_XDG_SHELL_V6,
|
||||
SWAY_VIEW_XDG_SHELL,
|
||||
SWAY_VIEW_XWAYLAND,
|
||||
|
|
@ -139,20 +138,6 @@ struct sway_xwayland_unmanaged {
|
|||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
struct sway_wl_shell_view {
|
||||
struct sway_view view;
|
||||
|
||||
struct wl_listener commit;
|
||||
struct wl_listener request_move;
|
||||
struct wl_listener request_resize;
|
||||
struct wl_listener request_maximize;
|
||||
struct wl_listener request_fullscreen;
|
||||
struct wl_listener set_state;
|
||||
struct wl_listener destroy;
|
||||
|
||||
int pending_width, pending_height;
|
||||
};
|
||||
|
||||
struct sway_view_child;
|
||||
|
||||
struct sway_view_child_impl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue