Skip to content

Commit

Permalink
Merge pull request #3307 from orestisf1993/link
Browse files Browse the repository at this point in the history
Fix link
  • Loading branch information
Airblader committed Jun 7, 2018
2 parents 00a8a91 + 5ab8c76 commit 997459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -641,7 +641,7 @@ int main(int argc, char *argv[]) {
/* Setting both, XCB_XKB_PER_CLIENT_FLAG_GRABS_USE_XKB_STATE and
* XCB_XKB_PER_CLIENT_FLAG_LOOKUP_STATE_WHEN_GRABBED, will lead to the
* X server sending us the full XKB state in KeyPress and KeyRelease:
* https://sources.debian.net/src/xorg-server/2:1.17.2-1.1/xkb/xkbEvents.c/?hl=927#L927
* https://cgit.freedesktop.org/xorg/xserver/tree/xkb/xkbEvents.c?h=xorg-server-1.20.0#n927
*/
xcb_xkb_per_client_flags_reply_t *pcf_reply;
/* The last three parameters are unset because they are only relevant
Expand Down

0 comments on commit 997459a

Please sign in to comment.