mirror of
https://github.com/brl/mutter.git
synced 2025-07-25 11:08:03 +00:00
window: Move can_ping to a function and implement in X11
https://gitlab.gnome.org/GNOME/mutter/merge_requests/421
This commit is contained in:

committed by
Marco Trevisan

parent
3bf80a967c
commit
f798912cbd
@@ -1992,7 +1992,7 @@ meta_display_ping_window (MetaWindow *window,
|
||||
return;
|
||||
}
|
||||
|
||||
if (!window->can_ping)
|
||||
if (!meta_window_can_ping (window))
|
||||
return;
|
||||
|
||||
ping_data = g_new (MetaPingData, 1);
|
||||
|
Reference in New Issue
Block a user