mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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:
parent
d9721257d2
commit
12193322a8
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2005-11-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* src/screen.h: Make the wireframe a bit slimmer.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user