summaryrefslogtreecommitdiff
path: root/include/wayland-drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wayland-drm.h')
-rw-r--r--include/wayland-drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wayland-drm.h b/include/wayland-drm.h
index 7c01d3c..a659ae3 100644
--- a/include/wayland-drm.h
+++ b/include/wayland-drm.h
@@ -26,7 +26,7 @@ struct wl_drm *wayland_drm_create(struct wl_display *display,
void wayland_drm_destroy(struct wl_drm *drm);
-struct wl_drm_buffer *wayland_drm_get_buffer(struct wl_resource *resource);
+struct wl_drm_buffer *wayland_drm_get_buffer(struct wl_drm *drm, struct wl_resource *resource);
struct vigs_drm_surface *wayland_drm_buffer_get_sfc(struct wl_drm_buffer *buffer);