From: <do...@do...> - 2005-06-22 16:40:27
|
Update of /cvs/SheepShaver/src/Unix by gbeauche Modified Files: video_x.cpp Log Message: Fix crash in FBDev DGA mode when it failed to initialize (here, that was because fb visual was Direct Color instead of True Color). We used to initialize the_buffer* even if !open_display. Report that gracefully with the dedicated STR_OPEN_WINDOW_ERR. |