tablet: add two missing curly braces

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-11-30 12:55:06 +10:00
parent 8829f4b691
commit be520bf6e0

View file

@ -399,14 +399,15 @@ tablet_check_notify_axes(struct tablet_dispatch *tablet,
if (axis_update_needed && if (axis_update_needed &&
!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY) && !tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY) &&
!tablet_has_status(tablet, TABLET_TOOL_LEAVING_PROXIMITY)) { !tablet_has_status(tablet, TABLET_TOOL_LEAVING_PROXIMITY)) {
if (tablet_has_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY)) if (tablet_has_status(tablet,
TABLET_TOOL_ENTERING_PROXIMITY)) {
tablet_notify_proximity(&device->base, tablet_notify_proximity(&device->base,
time, time,
tool, tool,
LIBINPUT_TABLET_TOOL_PROXIMITY_IN, LIBINPUT_TABLET_TOOL_PROXIMITY_IN,
tablet->changed_axes, tablet->changed_axes,
axes); axes);
else { } else {
enum libinput_tablet_tool_tip_state tip_state; enum libinput_tablet_tool_tip_state tip_state;
tip_state = tablet_has_status(tablet, TABLET_TOOL_IN_CONTACT) ? tip_state = tablet_has_status(tablet, TABLET_TOOL_IN_CONTACT) ?