window: Fix compiler warning
Commit b5d873a8ac
changed the flag parameter type in the
function definition, but not in the declaration.
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2865>
This commit is contained in:
parent
849766652a
commit
79f5059df7
@ -639,7 +639,7 @@ void meta_window_unmanage (MetaWindow *window,
|
||||
guint32 timestamp);
|
||||
void meta_window_unmanage_on_idle (MetaWindow *window);
|
||||
void meta_window_queue (MetaWindow *window,
|
||||
guint queuebits);
|
||||
MetaQueueType queue_types);
|
||||
META_EXPORT_TEST
|
||||
void meta_window_untile (MetaWindow *window);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user