wayland: drop ‘_surface’ suffix from subsurface struct instances

This commit is contained in:
Daniel Eklöf 2021-02-12 12:00:40 +01:00
parent 438853a2d8
commit 5c8579043d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 42 additions and 43 deletions

View file

@ -377,9 +377,9 @@ struct wl_window {
uint32_t serial;
} csd;
struct wl_surf_subsurf search_surface;
struct wl_surf_subsurf scrollback_indicator_surface;
struct wl_surf_subsurf render_timer_surface;
struct wl_surf_subsurf search;
struct wl_surf_subsurf scrollback_indicator;
struct wl_surf_subsurf render_timer;
struct wl_callback *frame_callback;