X-Git-Url: https://git.piment-noir.org/?p=deb_xorg-server.git;a=blobdiff_plain;f=debian%2Fpatches%2Fxi-dont-copy-too-much.patch;h=ef52900fcb727ff1481f28a08278c066001d2a3b;hp=117f7f4d46ab2ef238d8b0e561b5026aa08a5cae;hb=4db25562fe97995f20b8adc0f2e6959ed82e8635;hpb=7217e0ca50bba73dad94782e67980aeeb24ab693 diff --git a/debian/patches/xi-dont-copy-too-much.patch b/debian/patches/xi-dont-copy-too-much.patch index 117f7f4..ef52900 100644 --- a/debian/patches/xi-dont-copy-too-much.patch +++ b/debian/patches/xi-dont-copy-too-much.patch @@ -14,8 +14,6 @@ Date: Tue Apr 29 16:52:01 2014 +1000 Signed-off-by: Peter Hutterer -diff --git a/Xi/exevents.c b/Xi/exevents.c -index 9c207eb..02530bd 100644 --- a/Xi/exevents.c +++ b/Xi/exevents.c @@ -1469,7 +1469,7 @@ static void @@ -27,7 +25,7 @@ index 9c207eb..02530bd 100644 if (ti->num_listeners) { ClientPtr client; -@@ -1481,11 +1481,11 @@ DeliverEmulatedMotionEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, +@@ -1481,11 +1481,11 @@ DeliverEmulatedMotionEvent(DeviceIntPtr ti->listeners[0].type != LISTENER_POINTER_GRAB) return; @@ -43,7 +41,7 @@ index 9c207eb..02530bd 100644 &ti->listeners[0], &client, &win, &grab, &mask)) return; -@@ -1500,18 +1500,18 @@ DeliverEmulatedMotionEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, +@@ -1500,18 +1500,18 @@ DeliverEmulatedMotionEvent(DeviceIntPtr } }