mirror of
https://github.com/brl/mutter.git
synced 2025-08-04 07:34:53 +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
@@ -1079,7 +1079,6 @@ _meta_window_shared_new (MetaDisplay *display,
|
||||
window->initial_timestamp_set = FALSE;
|
||||
window->net_wm_user_time_set = FALSE;
|
||||
window->user_time_window = None;
|
||||
window->can_ping = FALSE;
|
||||
window->input = TRUE;
|
||||
window->calc_placement = FALSE;
|
||||
window->shaken_loose = FALSE;
|
||||
@@ -8536,6 +8535,12 @@ meta_window_is_focusable (MetaWindow *window)
|
||||
return META_WINDOW_GET_CLASS (window)->is_focusable (window);
|
||||
}
|
||||
|
||||
gboolean
|
||||
meta_window_can_ping (MetaWindow *window)
|
||||
{
|
||||
return META_WINDOW_GET_CLASS (window)->can_ping (window);
|
||||
}
|
||||
|
||||
gboolean
|
||||
meta_window_is_stackable (MetaWindow *window)
|
||||
{
|
||||
|
Reference in New Issue
Block a user