On Tue, Dec 1, 2015 at 5:46 PM, Peter Hutterer <[email protected]>
wrote:
>
> + switch (tool->type) {
> + case LIBINPUT_TABLET_TOOL_TYPE_PEN:
> + strtype = "PEN";
> + break;
> + case LIBINPUT_TABLET_TOOL_TYPE_BRUSH:
> + strtype = "BRUSH";
> + break;
> + case LIBINPUT_TABLET_TOOL_TYPE_AIRBRUSH:
> + strtype = "AIRBRUSH";
> + break;
> + case LIBINPUT_TABLET_TOOL_TYPE_PENCIL:
> + strtype = "PENCIL";
> + break;
> + case LIBINPUT_TABLET_TOOL_TYPE_ERASER:
> + strtype = "RUBBER";
> + break;
>
> Is there a good reason for this inconsistency in the strings? Ie why isn't
the last strtype "ERASER".
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel