mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
Oops, revert patch which I didn't intend to commit - stupid 'git-svn dcommit' - Federico
Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=3379
This commit is contained in:
parent
7b690d6bc1
commit
98886f3d94
@ -1,11 +1,3 @@
|
|||||||
2007-11-09 Federico Mena Quintero <federico@novell.com>
|
|
||||||
|
|
||||||
* src/window.c (intervening_user_event_occurred): When the window
|
|
||||||
doesn't have a user time nor an initial timestamp set, act as if
|
|
||||||
there always was an intervening user event. This causes
|
|
||||||
un-timestamped windows to *not* get the focus. Fixes
|
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=488468
|
|
||||||
|
|
||||||
2007-11-07 Federico Mena Quintero <federico@novell.com>
|
2007-11-07 Federico Mena Quintero <federico@novell.com>
|
||||||
|
|
||||||
* src/window-props.c (reload_net_wm_user_time_window): Fix typo;
|
* src/window-props.c (reload_net_wm_user_time_window): Fix typo;
|
||||||
|
@ -1789,7 +1789,7 @@ intervening_user_event_occurred (MetaWindow *window)
|
|||||||
meta_topic (META_DEBUG_STARTUP,
|
meta_topic (META_DEBUG_STARTUP,
|
||||||
"no information about window %s found\n",
|
"no information about window %s found\n",
|
||||||
window->desc);
|
window->desc);
|
||||||
return TRUE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (focus_window != NULL &&
|
if (focus_window != NULL &&
|
||||||
|
Loading…
Reference in New Issue
Block a user