Replace BadRegion with XCB_XFIXES_BAD_REGION

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2018-10-02 19:51:30 +02:00
parent 7c174cc3b1
commit 91468c3622
1 changed files with 1 additions and 1 deletions

View File

@ -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;
switch (o) {
CASESTRRET2(BadRegion);
CASESTRRET2(XCB_XFIXES_BAD_REGION);
}
o = error_code - ps->damage_error;