[GnomeMeeting-devel-list] --disable-sdl is broken



Hi,

in src/gui/main.cpp, struct _GmWindow is defined with :
#ifdef HAS_SDL
  SDL_Surface *screen;
#endif

but later on, around line 2711, this is used unconditionally :
    if (rsrc_pic && mw->screen) {

Snark

PS: breaking --disable-sdl breaks the win32 build.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]