]> Shamusworld >> Repos - apple2/blobdiff - src/video.cpp
Minor refactoring on V65C02 core (fixed EA_ABS_* macros), changed sound to
[apple2] / src / video.cpp
index b30379606b3a6a9246fd306c1ff56f2180d70087..7f6891ebcaaa8fa9bb27788e02d33f2fa2f87a2b 100755 (executable)
@@ -56,7 +56,7 @@ bool InitVideo(void)
        }
 
        //Set icon (mainly for Win32 target--though seems to work under KDE as well...!)
-       SDL_Surface * iconSurf = SDL_CreateRGBSurfaceFrom(icon, 32, 32, 32, 128, 
+       SDL_Surface * iconSurf = SDL_CreateRGBSurfaceFrom(icon, 32, 32, 32, 128,
                MASK_R, MASK_G, MASK_B, MASK_A);
        SDL_WM_SetIcon(iconSurf, NULL);
        SDL_FreeSurface(iconSurf);