mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
make the debugging message actually correspond to the code. Patch from
2005-12-12 Elijah Newren <newren@gmail.com> * src/window.c (update_net_frame_extents): make the debugging message actually correspond to the code. Patch from Björn Lindqvist. Fixes #322051.
This commit is contained in:

committed by
Elijah Newren

parent
d9721257d2
commit
12193322a8
@ -3769,7 +3769,7 @@ update_net_frame_extents (MetaWindow *window)
|
||||
|
||||
meta_topic (META_DEBUG_GEOMETRY,
|
||||
"Setting _NET_FRAME_EXTENTS on managed window 0x%lx "
|
||||
"to top = %ld, left = %ld, bottom = %ld, right = %ld\n",
|
||||
"to left = %ld, right = %ld, top = %ld, bottom = %ld\n",
|
||||
window->xwindow, data[0], data[1], data[2], data[3]);
|
||||
|
||||
meta_error_trap_push (window->display);
|
||||
|
Reference in New Issue
Block a user