[PATCH 3/3] Cygwin/X: Better keyboard debugging output

2010-04-18 Thread Jon TURNEY
--- hw/xwin/winkeybd.c |8 hw/xwin/winkeyhook.c |4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hw/xwin/winkeybd.c b/hw/xwin/winkeybd.c index ad9e66a..860e356 100644 --- a/hw/xwin/winkeybd.c +++ b/hw/xwin/winkeybd.c @@ -73,6 +73,8 @@ winTranslateKey

Debugging Output

2004-05-05 Thread Wilks, Dan
Alexander Gottwald wrote: - debugging output: winDebug(format, args...) - non important configuration messages: winErrorFVerb(2, format, args) -logverbose 3...? can give debug messages with differing severity eg -logverbose 3 may print simple traces while -logverbose 10 will also dump all

Re: Debugging Output

2004-05-05 Thread Alexander Gottwald
On Wed, 5 May 2004, Wilks, Dan wrote: Alexander Gottwald wrote: - debugging output: winDebug(format, args...) - non important configuration messages: winErrorFVerb(2, format, args) -logverbose 3...? can give debug messages with differing severity eg -logverbose 3 may print simple