mirror of
https://github.com/brl/mutter.git
synced 2024-11-09 23:46:33 -05:00
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
3e2fcf4acd
commit
820970328b
@ -5888,7 +5888,7 @@ process_property_notify (MetaWindow *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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user