diff options
author | marha <marha@users.sourceforge.net> | 2009-10-04 14:20:36 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-04 14:20:36 +0000 |
commit | 2f6d87ea17ff6e595d8697f6489365a2fcf453b7 (patch) | |
tree | 4f37ce273f04c252a120bf9e5f7db35e60ae891c /xorg-server/hw/xwin/winclipboardthread.c | |
parent | 6933c81ab01fec11cda5a233a3cbc818bc8e1d4b (diff) | |
download | vcxsrv-2f6d87ea17ff6e595d8697f6489365a2fcf453b7.tar.gz vcxsrv-2f6d87ea17ff6e595d8697f6489365a2fcf453b7.tar.bz2 vcxsrv-2f6d87ea17ff6e595d8697f6489365a2fcf453b7.zip |
Print resourceid as hex.
Diffstat (limited to 'xorg-server/hw/xwin/winclipboardthread.c')
-rw-r--r-- | xorg-server/hw/xwin/winclipboardthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclipboardthread.c b/xorg-server/hw/xwin/winclipboardthread.c index f9f826790..fcae5f851 100644 --- a/xorg-server/hw/xwin/winclipboardthread.c +++ b/xorg-server/hw/xwin/winclipboardthread.c @@ -490,7 +490,7 @@ winClipboardErrorHandler (Display *pDisplay, XErrorEvent *pErr) ErrorF ("winClipboardErrorHandler - ERROR: \n\t%s\n"
" errorCode %d\n"
" serial %d\n"
- " resourceID %d\n"
+ " resourceID 0x%x\n"
" majorCode %d\n"
" minorCode %d\n"
, pszErrorMsg
|