mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
oops, unbreak this _again_ - reported by Josh Barrow
2001-12-10 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_update_unfocused_button_grabs): oops, unbreak this _again_ - reported by Josh Barrow
This commit is contained in:
parent
4af0425d72
commit
ac7524508b
@ -1,3 +1,8 @@
|
||||
2001-12-10 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/window.c (meta_window_update_unfocused_button_grabs): oops,
|
||||
unbreak this _again_ - reported by Josh Barrow
|
||||
|
||||
2001-12-10 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/window.c (meta_window_update_unfocused_button_grabs): don't
|
||||
|
@ -2050,7 +2050,8 @@ meta_window_update_unfocused_button_grabs (MetaWindow *window)
|
||||
* do is focus these windows, but pass thru click. What we
|
||||
* do now is ignore clicks on them.
|
||||
*/
|
||||
if (window->type != META_WINDOW_DOCK &&
|
||||
if (!window->has_focus &&
|
||||
window->type != META_WINDOW_DOCK &&
|
||||
window->type != META_WINDOW_DESKTOP)
|
||||
{
|
||||
/* Not focused so grab */
|
||||
|
Loading…
Reference in New Issue
Block a user