mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
wayland/dma-buf: Name readiness source
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3398>
This commit is contained in:
parent
a1b2725238
commit
31c5525382
@ -970,6 +970,8 @@ meta_wayland_dma_buf_create_source (MetaWaylandBuffer *buffer,
|
||||
source =
|
||||
(MetaWaylandDmaBufSource *) g_source_new (&meta_wayland_dma_buf_source_funcs,
|
||||
sizeof (*source));
|
||||
g_source_set_name ((GSource *) source, "[mutter] DmaBuf readiness source");
|
||||
|
||||
source->buffer = g_object_ref (buffer);
|
||||
source->dispatch = dispatch;
|
||||
source->user_data = user_data;
|
||||
|
Loading…
Reference in New Issue
Block a user