]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
OS X: make unknown char/keycode just a DPrint, reportedly some mouse drivers work...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 May 2007 08:52:15 +0000 (08:52 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 30 May 2007 08:52:15 +0000 (08:52 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7382 d7cf8633-e32d-0410-b094-e92efae38249

vid_agl.c

index 194b41538113d1374a51ae047bc47e26443a12b5..944f955901113b829bcec5e693f98f7dd3240f41 100644 (file)
--- a/vid_agl.c
+++ b/vid_agl.c
@@ -907,7 +907,7 @@ static void Handle_Key(unsigned char charcode, UInt32 mackeycode, qboolean keypr
                                                ascii = charcode;
                                        }
                                        else
-                                               Con_Printf(">> UNKNOWN char/keycode: %d/%u <<\n", charcode, (unsigned) mackeycode);
+                                               Con_DPrintf(">> UNKNOWN char/keycode: %d/%u <<\n", charcode, (unsigned) mackeycode);
                        }
        }