[mutter] Load NET_WM_USER_TIME from the right window
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Subject: [mutter] Load NET_WM_USER_TIME from the right window
- Date: Tue, 30 Jun 2009 13:40:51 +0000 (UTC)
commit 820970328ba706c6f90e3d03188a953bb1ca59b1
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Mon Jun 15 23:50:13 2009 -0400
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
src/core/window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/window.c b/src/core/window.c
index 67ea8d4..71e7453 100644
--- a/src/core/window.c
+++ b/src/core/window.c
@@ -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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]