fix typo in a comment, at least i do'nt think config5Aure is a word
This commit is contained in:
parent
6c7ba97f57
commit
933a689b41
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ static void event_process(const XEvent *ec, gpointer data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (e->type == ConfigureRequest) {
|
else if (e->type == ConfigureRequest) {
|
||||||
/* unhandled config5Aure requests must be used to configure the
|
/* unhandled configure requests must be used to configure the
|
||||||
window directly */
|
window directly */
|
||||||
XWindowChanges xwc;
|
XWindowChanges xwc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue