Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
2322:c25d45b7add3 | 2323:4ac07ae446d3 |
---|---|
328 fingerprint_scancodes[j]) { | 328 fingerprint_scancodes[j]) { |
329 break; | 329 break; |
330 } | 330 } |
331 } | 331 } |
332 if (j == SDL_arraysize(fingerprint)) { | 332 if (j == SDL_arraysize(fingerprint)) { |
333 printf("Using scancode set %d\n", i); | 333 /* printf("Using scancode set %d\n", i); */ |
334 SDL_memcpy(&data->key_layout[min_keycode], scancode_set[i].table, | 334 SDL_memcpy(&data->key_layout[min_keycode], scancode_set[i].table, |
335 sizeof(SDL_scancode) * scancode_set[i].table_size); | 335 sizeof(SDL_scancode) * scancode_set[i].table_size); |
336 fingerprint_detected = SDL_TRUE; | 336 fingerprint_detected = SDL_TRUE; |
337 break; | 337 break; |
338 } | 338 } |