mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
remove some unneeded debug spew that was causing crashes. Fixes #311819.
2005-07-28 Elijah Newren <newren@gmail.com> * src/place.c (avoid_being_obscured_as_second_modal_dialog): remove some unneeded debug spew that was causing crashes. Fixes #311819.
This commit is contained in:
parent
7311386172
commit
20b7ee18ef
@ -1,3 +1,9 @@
|
||||
2005-07-28 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* src/place.c (avoid_being_obscured_as_second_modal_dialog):
|
||||
remove some unneeded debug spew that was causing crashes. Fixes
|
||||
#311819.
|
||||
|
||||
2005-07-24 Elijah Newren <newren@gmail.com>
|
||||
|
||||
* configure.in: post-release version bump to 2.11.2
|
||||
|
14
src/place.c
14
src/place.c
@ -369,20 +369,6 @@ avoid_being_obscured_as_second_modal_dialog (MetaWindow *window,
|
||||
"focus window\n",
|
||||
window->desc);
|
||||
}
|
||||
|
||||
meta_topic (META_DEBUG_PLACEMENT,
|
||||
"Status:\n"
|
||||
" denied focus: %d\n"
|
||||
" modal: %d\n"
|
||||
" same app: %d\n"
|
||||
" overlaps %d\n",
|
||||
window->denied_focus_and_not_transient,
|
||||
window->wm_state_modal,
|
||||
meta_window_same_application (window, focus_window),
|
||||
meta_rectangle_intersect (&window->rect,
|
||||
&focus_window->rect,
|
||||
&overlap)
|
||||
);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user