mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
Formatting
This commit is contained in:
parent
1fa320cb99
commit
25fd3d3178
1 changed files with 1 additions and 2 deletions
|
|
@ -406,8 +406,7 @@ seat_update_capabilities(struct seat *seat)
|
||||||
touch_find_config_for_device(input->wlr_input_device->name);
|
touch_find_config_for_device(input->wlr_input_device->name);
|
||||||
if (config_entry->force_mouse_emulation) {
|
if (config_entry->force_mouse_emulation) {
|
||||||
caps |= WL_SEAT_CAPABILITY_POINTER;
|
caps |= WL_SEAT_CAPABILITY_POINTER;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
caps |= WL_SEAT_CAPABILITY_TOUCH;
|
caps |= WL_SEAT_CAPABILITY_TOUCH;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue