Mercurial > emacs
changeset 39129:651a67207f2b
(w32_read_socket): Add more information to debugging output.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Tue, 04 Sep 2001 17:40:58 +0000 |
parents | 42efaa34094a |
children | 31fa91a57bb5 |
files | src/w32term.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Tue Sep 04 17:35:24 2001 +0000 +++ b/src/w32term.c Tue Sep 04 17:40:58 2001 +0000 @@ -8124,7 +8124,7 @@ { /* We may get paint messages even though the client area is clipped - these are not expose events. */ - DebPrint (("clipped frame %04x (%s) got WM_PAINT\n", f, + DebPrint (("clipped frame %p (%s) got WM_PAINT - ignored\n", f, XSTRING (f->name)->data)); } else if (f->async_visible != 1) @@ -8133,7 +8133,7 @@ f->async_visible = 1; f->async_iconified = 0; SET_FRAME_GARBAGED (f); - DebPrint (("frame %04x (%s) reexposed\n", f, + DebPrint (("frame %p (%s) reexposed by WM_PAINT\n", f, XSTRING (f->name)->data)); /* WM_PAINT serves as MapNotify as well, so report @@ -8734,7 +8734,7 @@ if (!FRAME_OBSCURED_P (f)) { - DebPrint (("frame %04x (%s) obscured\n", f, + DebPrint (("frame %p (%s) obscured\n", f, XSTRING (f->name)->data)); } } @@ -8746,7 +8746,7 @@ if (FRAME_OBSCURED_P (f)) { SET_FRAME_GARBAGED (f); - DebPrint (("frame %04x (%s) reexposed\n", f, + DebPrint (("obscured frame %p (%s) found to be visible\n", f, XSTRING (f->name)->data)); /* Force a redisplay sooner or later. */