Vitaliy Margolen : winex11drv: Change FIXME to WARN in X11DRV_GetKeyNameText.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 8 14:44:29 CST 2007


Module: wine
Branch: master
Commit: edd84eedc889227d5c9cf2bc249b54c464bf7aa9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=edd84eedc889227d5c9cf2bc249b54c464bf7aa9

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sat Jan  6 17:09:29 2007 -0700

winex11drv: Change FIXME to WARN in X11DRV_GetKeyNameText.

---

 dlls/winex11.drv/keyboard.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/keyboard.c b/dlls/winex11.drv/keyboard.c
index c5947cf..33564cf 100644
--- a/dlls/winex11.drv/keyboard.c
+++ b/dlls/winex11.drv/keyboard.c
@@ -2279,9 +2279,9 @@ INT X11DRV_GetKeyNameText(LONG lParam, L
       }
   }
 
-  /* Finally issue FIXME for unknown keys   */
+  /* Finally issue WARN for unknown keys   */
 
-  FIXME("(%08x,%p,%d): unsupported key, vkey=%04x, ansi=%04x\n",lParam,lpBuffer,nSize,vkey,ansi);
+  WARN("(%08x,%p,%d): unsupported key, vkey=%04x, ansi=%04x\n",lParam,lpBuffer,nSize,vkey,ansi);
   if (lpBuffer && nSize)
     *lpBuffer = 0;
   return 0;




More information about the wine-cvs mailing list