mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2026-09-19 13:52:50 +00:00
[gamepad-bindings] default to disabled
This commit is contained in:
@@ -309,7 +309,7 @@ index 0000000..6bad2f6
|
||||
+ return;
|
||||
+ }
|
||||
+ p->fd = -1;
|
||||
+ p->enabled = 1;
|
||||
+ p->enabled = 0;
|
||||
+ p->fn = g->fn;
|
||||
+ wl_list_insert(&g->pads, &p->link);
|
||||
+ padstart(p, g->loop);
|
||||
|
||||
Reference in New Issue
Block a user