diff options
-rw-r--r-- | dw/layout.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/layout.cc b/dw/layout.cc index 09e27cdb..a6b77aaf 100644 --- a/dw/layout.cc +++ b/dw/layout.cc @@ -2,6 +2,7 @@ * Dillo Widget * * Copyright 2005-2007 Sebastian Geerken <sgeerken@dillo.org> + * Copyright 2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -873,7 +874,7 @@ void Layout::resizeIdle () // Layout::queueResize(), where resizeIdleId is indeed checked.) while (resizeIdleId != -1) { - printf ("Layout::resizeIdle calls = %d\n", ++calls); + _MSG("Layout::resizeIdle calls = %d\n", ++calls); for (typed::Iterator <Widget> it = queueResizeList->iterator(); it.hasNext (); ) { |