mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Set view->surface
This commit is contained in:
parent
acf58e04de
commit
e001e40022
4 changed files with 12 additions and 12 deletions
|
|
@ -19,8 +19,8 @@ struct wlr_wl_shell {
|
|||
struct wlr_wl_shell_surface {
|
||||
struct wlr_wl_shell *shell;
|
||||
struct wl_client *client;
|
||||
struct wl_resource *surface;
|
||||
struct wlr_texture *wlr_texture;
|
||||
struct wl_resource *resource;
|
||||
struct wlr_surface *surface;
|
||||
struct wl_list link;
|
||||
|
||||
uint32_t ping_serial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue