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);
> + }
> +#endifI 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
