Load NET_WM_USER_TIME from the right window
On subsequent changes, if there is a NET_WM_USER_TIME_WINDOW, then read the property from that rather than from the main window. (Fix an accidental regression: the right Window was being computed but no longer passed in.) http://bugzilla.gnome.org/show_bug.cgi?id=585979
This commit is contained in:
parent
0123dab87a
commit
bd3bdc51b9
@ -5869,7 +5869,7 @@ process_property_notify (MetaWindow *window,
|
|||||||
xid = window->user_time_window;
|
xid = window->user_time_window;
|
||||||
}
|
}
|
||||||
|
|
||||||
meta_window_reload_property (window, event->atom, FALSE);
|
meta_window_reload_property_from_xwindow (window, xid, event->atom, FALSE);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user