1
0
Fork 0

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:
Elijah Newren 2005-12-12 18:22:40 +00:00 committed by Elijah Newren
parent d9721257d2
commit 12193322a8
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -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);