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