- case SDL_VIDEORESIZE :
- ZWattribute___.width=event.resize.w;
- ZWattribute___.height=event.resize.h;
- #ifndef WIN32
- ZWattribute___.surface = SDL_SetVideoMode( ZWattribute___.width, ZWattribute___.height, ZWattribute___.bpp, ZWattribute___.sdlflags );
- #endif
- ZWglResizeWindow( );
- break;