mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-18 22:05:28 -05:00
opt: fix format
This commit is contained in:
parent
3db2ac58b4
commit
e658f5c90d
2 changed files with 8 additions and 6 deletions
|
|
@ -3419,8 +3419,9 @@ void requestmonstate(struct wl_listener *listener, void *data) {
|
|||
|
||||
void inputdevice(struct wl_listener *listener, void *data) {
|
||||
/* This event is raised by the backend when a new input device becomes
|
||||
* available.
|
||||
* when the backend is a headless backend, this event will never be triggered.
|
||||
* available.
|
||||
* when the backend is a headless backend, this event will never be
|
||||
* triggered.
|
||||
*/
|
||||
struct wlr_input_device *device = data;
|
||||
uint32_t caps;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue