update
[sdlgit/SDL-Site.git] / pages / SDLx-SFont.html-inc
index 4e753c4..6023db4 100644 (file)
@@ -33,7 +33,7 @@
 
    #Make a surface
    #Select a font
-   my $d = SDLx::App->new( -title => 'app', -width => 200, -height => 200, -depth => 32 );
+   my $d = SDLx::App->new( title => 'app', width => 200, height => 200, depth => 32 );
 
    my $font = SDLx::SFont->new('t/font.png');