Replace BadRegion with XCB_XFIXES_BAD_REGION
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
7c174cc3b1
commit
91468c3622
2
src/x.c
2
src/x.c
|
@ -287,7 +287,7 @@ x_print_error(unsigned long serial, uint8_t major, uint8_t minor, uint8_t error_
|
||||||
|
|
||||||
o = error_code - ps->xfixes_error;
|
o = error_code - ps->xfixes_error;
|
||||||
switch (o) {
|
switch (o) {
|
||||||
CASESTRRET2(BadRegion);
|
CASESTRRET2(XCB_XFIXES_BAD_REGION);
|
||||||
}
|
}
|
||||||
|
|
||||||
o = error_code - ps->damage_error;
|
o = error_code - ps->damage_error;
|
||||||
|
|
Loading…
Reference in New Issue