]> git.sur5r.net Git - i3/i3/commitdiff
Fix link 3307/head
authorOrestis Floros <orestisf1993@gmail.com>
Thu, 7 Jun 2018 20:07:16 +0000 (23:07 +0300)
committerOrestis Floros <orestisf1993@gmail.com>
Thu, 7 Jun 2018 20:07:16 +0000 (23:07 +0300)
Equivalent from the same version:
https://cgit.freedesktop.org/xorg/xserver/tree/xkb/xkbEvents.c?h=xorg-server-1.17.2#n927

src/main.c

index de54dbce698caf2469b7171aef84ecee8f0bcf9d..eb60bc8be853c934e8040e117e5f752b2ec21db8 100644 (file)
@@ -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