On Thu, 2006-08-10 at 22:48 +0200, Dennis Meinen wrote:
> my $app = new SDL::App(
> ...   
>     -resizeable,
> );
>...
> $app->resize($newx, $newy);
> 
> 
> But this wont work
> Are there any other steps required?

It looks like you have to use

        -resizeable=>1

as SDL::App.pm checks for truth of $options{-resizable}, and you didn't
give the -resizeable key a value.

-- 
Andy Bakun <[EMAIL PROTECTED]>

Reply via email to