• Ryan C. Gordon's avatar
    Date: Sun, 04 Dec 2005 21:43:46 -0500 · 899552b9
    Ryan C. Gordon authored
    From: Jonathan Atkins <jcatki@jcatki.no-ip.org>
    Subject: SDL patch: DGA key events
    
    I kept seeing DGA die on me whenever I press a key.
    I tracked it down and it seems that the new indirect X via pointers
    system messed it up.  It needed to have the pX* pointers well defined to
    call, in particular, pXNextEvent.  Also, the X11_TranslateKey function
    prototype was changed, but not updated in the dga driver.  perhaps other
    files are also affected.
    
    Not sure what releases may suffer from this too.
    
    thanks!
    	-Jon Atkins
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401197
    899552b9
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL_dgaevents.c Loading commit data...
SDL_dgaevents_c.h Loading commit data...
SDL_dgamouse.c Loading commit data...
SDL_dgamouse_c.h Loading commit data...
SDL_dgavideo.c Loading commit data...
SDL_dgavideo.h Loading commit data...