mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: remove zero initialization
This is already done by `znew()`.
This commit is contained in:
parent
9cf9e129e1
commit
b3c1ef41c3
1 changed files with 0 additions and 11 deletions
|
|
@ -70,17 +70,6 @@ tablet_tool_create(struct seat *seat,
|
|||
wlr_tablet_tool_create(seat->server->tablet_manager,
|
||||
seat->seat, wlr_tablet_tool);
|
||||
wlr_tablet_tool->data = tool;
|
||||
tool->force_mouse_emulation = false;
|
||||
tool->motion_mode = LAB_TABLET_MOTION_ABSOLUTE;
|
||||
tool->x = 0.0;
|
||||
tool->y = 0.0;
|
||||
tool->distance = 0.0;
|
||||
tool->pressure = 0.0;
|
||||
tool->tilt_x = 0.0;
|
||||
tool->tilt_y = 0.0;
|
||||
tool->rotation = 0.0;
|
||||
tool->slider = 0.0;
|
||||
tool->wheel_delta = 0.0;
|
||||
wlr_log(WLR_INFO, "tablet tool capabilities:%s%s%s%s%s%s",
|
||||
wlr_tablet_tool->tilt ? " tilt" : "",
|
||||
wlr_tablet_tool->pressure ? " pressure" : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue