comparison src/video/dga/SDL_dgaevents.c @ 4021:cbad710a6509 SDL-1.2

Fixed bug #437 Some X servers advertise the DGA extension don't support DGA1 anymore.
author Sam Lantinga <slouken@libsdl.org>
date Sun, 08 Jul 2007 20:38:36 +0000
parents 3ba88cb7eb1b
children e7ec5ee35d54
comparison
equal deleted inserted replaced
4020:33d34b7ce689 4021:cbad710a6509
127 keysym.mod = KMOD_NONE; 127 keysym.mod = KMOD_NONE;
128 keysym.unicode = 0; 128 keysym.unicode = 0;
129 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym); 129 posted = SDL_PrivateKeyboard(SDL_RELEASED, &keysym);
130 } 130 }
131 break; 131 break;
132
133 break;
134
135 } 132 }
136 return(posted); 133 return(posted);
137 } 134 }
138 135
139 void DGA_PumpEvents(_THIS) 136 void DGA_PumpEvents(_THIS)