**char.
This commit is contained in:
parent
d4d54307ce
commit
b2d8bb493f
1 changed files with 1 additions and 1 deletions
2
mwm.c
2
mwm.c
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue