mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00: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:

committed by
Elijah Newren

parent
7311386172
commit
20b7ee18ef
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
|
||||
|
Reference in New Issue
Block a user