mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
content-type-v1: add version param to wlr_content_type_manager_v1_create()
This commit is contained in:
parent
3ef68a4842
commit
bf623ec782
2 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue