Hi,

> > @@ -439,12 +424,14 @@ static void handle_keydown(SDL_Event *ev)
> >                               160);
> >                   height = (surface_height(scon->surface) * width) /
> >                       surface_width(scon->surface);
> > -
> > +                fprintf(stderr, "%s: scale to %dx%d\n",
> > +                        __func__, width, height);
> 
> I forgot to ask: What's the reason for this fprintf()? Thanks to "#if 0" 
> it doesn't do anything, but it seems kind of strange if this block would 
> not be commented out...

Just a debug printf.  Will go away when this code gets re-enabled.

cheers,
  Gerd



Reply via email to