Hi - 

   
   X11DRV_Init(), the init function for the X11 driver, always returns
TRUE.  Return values from initialization of things like
X11DRV_EVENT_Init and X11DRV_GDI_Initialize are being thrown away.  My
X11 event init code is failing, but it doesn't complain so it was hard
to find.
   
   It looks like the loader would so something useful with the
information that a dll had failed to load.  I'd like to fix it so the
X11 driver returns useful values to the loader.  I haven't looked
_everywhere_, but from what I see it's just a matter of propagating
existing return values up the chain.  
   
   I'll start work on a patch, but is there any reason that this isn't a
good idea?


                Josh.          


-- 
Josh DuBois
654 SW Grant #103, Portland, OR 97201
503-827-4818
[EMAIL PROTECTED]

Reply via email to