From e167f41fde7532ca453a9a70ad1e3f27d7177071 Mon Sep 17 00:00:00 2001 From: nyorain Date: Tue, 8 Aug 2017 18:02:14 +0200 Subject: Rename wlr_surface -> wlr_texture; attach -> upload --- include/backend/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/backend') diff --git a/include/backend/drm.h b/include/backend/drm.h index 0d1bc80d..aaa823f6 100644 --- a/include/backend/drm.h +++ b/include/backend/drm.h @@ -35,7 +35,7 @@ struct wlr_drm_plane { // Only used by cursor float matrix[16]; struct wlr_renderer *wlr_rend; - struct wlr_surface *wlr_surf; + struct wlr_texture *wlr_tex; struct gbm_bo *cursor_bo; union wlr_drm_plane_props props; -- cgit v1.2.3