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:
Florian Müllner 2023-02-23 20:06:45 +01:00
parent 849766652a
commit 79f5059df7

View File

@ -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);