This commit is contained in:
Luis Lavaire 2024-01-08 03:02:37 -06:00
parent d4d54307ce
commit b2d8bb493f

2
mwm.c
View file

@ -12,7 +12,7 @@ int main (int argc, char **argv) {
while (!XNextEvent (d, &e)) { while (!XNextEvent (d, &e)) {
if (e.type == KeyPress) { if (e.type == KeyPress) {
on (KEY, ACTIONS); on ("KEY", ACTIONS);
} }
} }
} }