Mercurial > dillo_port1.3
changeset 1780:faddcef45d5f
silence a couple of MSGs
author | corvid <corvid@lavabit.com> |
---|---|
date | Wed, 15 Dec 2010 04:03:43 +0000 |
parents | 7822a753c004 |
children | b2c6ef4d5ffc |
files | dw/fltkui.cc src/form.cc |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dw/fltkui.cc Tue Dec 14 21:29:02 2010 +0000 +++ b/dw/fltkui.cc Wed Dec 15 04:03:43 2010 +0000 @@ -524,7 +524,7 @@ * The Back or Forward, buttons, or the first click on a rendered * page. BUG: this must be investigated and reported to FLTK2 team */ - MSG("when = %d\n", widget->when ()); + _MSG("when = %d\n", widget->when ()); if ((widget->when () & ::fltk::WHEN_ENTER_KEY_ALWAYS) && (::fltk::event_key() == ::fltk::ReturnKey)) ((FltkEntryResource*)data)->emitActivate ();
--- a/src/form.cc Tue Dec 14 21:29:02 2010 +0000 +++ b/src/form.cc Wed Dec 15 04:03:43 2010 +0000 @@ -927,7 +927,7 @@ void DilloHtmlForm::eventHandler(Resource *resource, EventButton *event) { - MSG("DilloHtmlForm::eventHandler\n"); + _MSG("DilloHtmlForm::eventHandler\n"); if (event && (event->button == 3)) { a_UIcmd_form_popup(html->bw, html->page_url, this, showing_hiddens); } else {