Merge pull request #1372 from emersion/config10

Use #if instead of #ifdef for wlroots config data
This commit is contained in:
Drew DeVault 2018-11-12 16:14:18 -05:00 committed by GitHub
commit 77dfac4fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 69 additions and 61 deletions

View file

@ -64,7 +64,7 @@ struct wlr_x11_backend {
// A blank cursor
xcb_cursor_t cursor;
#ifdef WLR_HAS_XCB_XKB
#if WLR_HAS_XCB_XKB
bool xkb_supported;
uint8_t xkb_base_event;
uint8_t xkb_base_error;