diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_content_type_v1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_content_type_v1.h b/include/wlr/types/wlr_content_type_v1.h index 3de39367..6fa13d9b 100644 --- a/include/wlr/types/wlr_content_type_v1.h +++ b/include/wlr/types/wlr_content_type_v1.h @@ -29,7 +29,7 @@ struct wlr_content_type_manager_v1 { }; struct wlr_content_type_manager_v1 *wlr_content_type_manager_v1_create( - struct wl_display *display); + struct wl_display *display, uint32_t version); enum wp_content_type_v1_type wlr_surface_get_content_type_v1( struct wlr_content_type_manager_v1 *manager, struct wlr_surface *surface); |