• Ryan C. Gordon's avatar
    Catch X11 extension errors...since most of these are notifications that we · 37f69928
    Ryan C. Gordon authored
     queried for a missing extension (such as the XiG vidmode one that most
     people don't have), and default Xlib behaviour is to write notification to
     stderr, this tends to generate incorrect bug reports.
    
    Since we'll actually deal with the missing extension when querying for it,
     we ignore these errors in our hook. The rest continue to pass through to
     the default handler.
    
    Fixes Bugzilla #42.
    
    --ryan.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401251
    37f69928
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
cpuinfo Loading commit data...
endian Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
loadso Loading commit data...
main Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
.cvsignore Loading commit data...
Makefile.am Loading commit data...
Makefile.wat Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_getenv.c Loading commit data...
SDL_loadso.c Loading commit data...