diff src/video/x11/SDL_x11keyboard.c @ 2323:4ac07ae446d3

Fixed many valgrind errors. But, I broke testdyngl.
author Bob Pendleton <bob@pendleton.com>
date Thu, 06 Mar 2008 23:07:02 +0000
parents 514f7c1651fc
children 620a91b6d263
line wrap: on
line diff
--- a/src/video/x11/SDL_x11keyboard.c	Thu Mar 06 17:08:10 2008 +0000
+++ b/src/video/x11/SDL_x11keyboard.c	Thu Mar 06 23:07:02 2008 +0000
@@ -330,7 +330,7 @@
             }
         }
         if (j == SDL_arraysize(fingerprint)) {
-            printf("Using scancode set %d\n", i);
+            /* printf("Using scancode set %d\n", i); */
             SDL_memcpy(&data->key_layout[min_keycode], scancode_set[i].table,
                        sizeof(SDL_scancode) * scancode_set[i].table_size);
             fingerprint_detected = SDL_TRUE;