/[qemu]/qemu/sdl.c
ViewVC logotype

Diff of /qemu/sdl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by bellard, Sun Oct 3 14:33:54 2004 UTC revision 1.19 by bellard, Sun Nov 14 19:46:35 2004 UTC
# Line 492  static void sdl_refresh(DisplayState *ds Line 492  static void sdl_refresh(DisplayState *ds
492                      }                      }
493                  }                  }
494              } else if (ev->type == SDL_KEYUP) {              } else if (ev->type == SDL_KEYUP) {
495                  mod_state = (SDL_GetModState() & gui_grab_code);                  mod_state = (ev->key.keysym.mod & gui_grab_code);
496                  if (!mod_state) {                  if (!mod_state) {
497                      if (gui_key_modifier_pressed) {                      if (gui_key_modifier_pressed) {
498                          if (gui_keysym == 0) {                          if (gui_keysym == 0) {

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26