[Spice-devel] [PATCH spice-gtk] widget: fix keyboard ungrab after click

Fabiano Fidêncio fabiano at fidencio.org
Mon Jun 20 15:37:20 UTC 2016


On Mon, Jun 20, 2016 at 5:34 PM, Marc-André Lureau
<marcandre.lureau at gmail.com> wrote:
> Hi
>
> On Mon, Jun 20, 2016 at 5:33 PM, Marc-André Lureau
> <marcandre.lureau at gmail.com> wrote:
>> On Mon, Jun 20, 2016 at 5:28 PM, Fabiano Fidêncio <fabiano at fidencio.org> wrote:
>>>>      gtk_widget_set_can_focus(widget, true);
>>>> +    gtk_event_box_set_above_child(GTK_EVENT_BOX(widget), true);
>>>
>>> I'd just do: s/true/TRUE before pushing, but no need to resend the
>>> patch because of this is just my preference :-)
>>
>> The line above uses lowercase 'true', I guess I'll change it too then ;)
>>
>
> Oh well, 'true' seems to win anyway:
> elmarco at anjohibe:~/src/spice/spice-gtk (master *%)$ git grep -c TRUE
> src/spice-widget.c
> src/spice-widget.c:17
> elmarco at anjohibe:~/src/spice/spice-gtk (master *%)$ git grep -c true
> src/spice-widget.c
> src/spice-widget.c:38
>
>
> --
> Marc-André Lureau

So, keep it as it is.
Feel free to push the patch, Marc-André.

-- 
Fabiano Fidêncio


More information about the Spice-devel mailing list