mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
cleanup wlr_surface.[ch]
This commit is contained in:
parent
68eeebc647
commit
7f39578824
2 changed files with 6 additions and 4 deletions
|
|
@ -54,8 +54,8 @@ struct wlr_surface {
|
|||
} signals;
|
||||
|
||||
struct wl_list frame_callback_list; // wl_surface.frame
|
||||
|
||||
struct wl_listener compositor_listener; // destroy listener used by compositor
|
||||
// destroy listener used by compositor
|
||||
struct wl_listener compositor_listener;
|
||||
void *compositor_data;
|
||||
|
||||
// subsurface properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue