Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 74844 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/games/bin/frozen-bubble (+5 lines)
Lines 233-238 Link Here
233
233
234
#- ----------- graphics related stuff --------------------------------------
234
#- ----------- graphics related stuff --------------------------------------
235
235
236
# Perhaps this should be exported by SDL::SFont
237
sub SDL_TEXTWIDTH {
238
	SDL::SFont::SDL_TEXTWIDTH(@_);
239
}
240
236
sub add_default_rect($) {
241
sub add_default_rect($) {
237
    my ($surface) = @_;
242
    my ($surface) = @_;
238
    $rects{$surface} = SDL::Rect->new(-width => $surface->width, -height => $surface->height);
243
    $rects{$surface} = SDL::Rect->new(-width => $surface->width, -height => $surface->height);

Return to bug 74844