qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] gtk: fix compilation warning with gtk 3.22.2


From: Alberto Garcia
Subject: Re: [Qemu-devel] [PATCH] gtk: fix compilation warning with gtk 3.22.2
Date: Wed, 26 Oct 2016 17:35:58 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Wed 26 Oct 2016 05:21:08 PM CEST, Alberto Garcia wrote:
> +#else
> +        {
> +            screen_width = gdk_screen_get_width(screen);
> +            screen_height = gdk_screen_get_height(screen);
> +        }
> +#endif

I forgot to remove these braces, they are actually not necessary, so
whoever applies the patch can remove them if they want. I don't mind if
we keep them for clarity, though, I'm fine either way.

Berto



reply via email to

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