kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

Using SDL_SWSURFACE or SDL_ANYFORMAT for all surfaces #38

Closed kthakore closed 13 years ago

kthakore commented 13 years ago

my $newlogosurface = SDL::Surface->new(SDL_SWSURFACE, $imgbin{menu_logo}->w * 1.1, $imgbin{menu_logo}->h * 1.1, 32, 0xFF000000, 0xFF0000, 0xFF00, 0xFF); [...] my $newlogosurface = SDL::Surface->new(SDL_ANYFORMAT, $imgbin{menu_logo}->w * 1.1, $imgbin{menu_logo}->h * 1.05, 32, 0xFF000000, 0xFF0000, 0xFF00, 0xFF);

we have to know what is the best for creating surfaces and use this for all.

kthakore commented 13 years ago

Author: kthakore Time: 1277346764 Field: status Value: closed

kthakore commented 13 years ago

Author: kthakore Time: 1277346764 Field: resolution Value: fixed

kthakore commented 13 years ago

Author: kthakore Time: 1277346764 Field: comment Value: Fixed.