mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
[fixup] fix comment style
This commit is contained in:
parent
6ea6689136
commit
acceb1f8ee
1 changed files with 8 additions and 6 deletions
14
src/seat.c
14
src/seat.c
|
|
@ -196,12 +196,14 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
||||||
} else {
|
} else {
|
||||||
wlr_log(WLR_INFO, "click method configured");
|
wlr_log(WLR_INFO, "click method configured");
|
||||||
|
|
||||||
// Note, the documentation claims that:
|
/*
|
||||||
// > [...] The device may require changing to a neutral state
|
* Note, the documentation claims that:
|
||||||
// > first before activating the new method.
|
* > [...] The device may require changing to a neutral state
|
||||||
//
|
* > first before activating the new method.
|
||||||
// However, just setting the method seems to work without
|
*
|
||||||
// issues.
|
* However, just setting the method seems to work without
|
||||||
|
* issues.
|
||||||
|
*/
|
||||||
|
|
||||||
libinput_device_config_click_set_method(libinput_dev, dc->click_method);
|
libinput_device_config_click_set_method(libinput_dev, dc->click_method);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue