qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 06/10] sdl2: overhaul window size handling


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 06/10] sdl2: overhaul window size handling
Date: Fri, 12 Dec 2014 11:43:43 +0100

  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

[Prev in Thread] Current Thread [Next in Thread]