mbox series

[RESEND,0/2] ui/cocoa: Fix absolute and relative input issues on Mojave

Message ID 4EAA64FC-AA22-4B01-8BC4-49DAC694963B@me.com (mailing list archive)
Headers show
Series ui/cocoa: Fix absolute and relative input issues on Mojave | expand

Message

Denis V. Lunev" via April 28, 2019, 3:29 a.m. UTC
The following patches fixed absolute and relative input device issues on macOS Mojave.

Chen Zhang (2):
  ui/cocoa: Fix absolute input device grabbing issue on Mojave
  ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input
    device

 ui/cocoa.m | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 47 insertions(+), 3 deletions(-)

Comments

Peter Maydell May 3, 2019, 12:54 p.m. UTC | #1
On Sun, 28 Apr 2019 at 04:30, Chen Zhang <tgfbeta@me.com> wrote:
>
> The following patches fixed absolute and relative input device issues on macOS Mojave.
>
> Chen Zhang (2):
>   ui/cocoa: Fix absolute input device grabbing issue on Mojave
>   ui/cocoa: Fix mouse grabbing in fullscreen mode for relative input
>     device
>
>  ui/cocoa.m | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
>  1 file changed, 47 insertions(+), 3 deletions(-)

Hi -- unfortunately your email client seems to have sent
these patches in a way that has confused our patch
handling systems (eg
https://patchwork.kernel.org/patch/10920623/ has
only half of the patch as actual patch, so it doesn't
apply properly, and the 'patches' program has been confused too.

Looking at the headers, your mail client is trying to send the
patches as multipart/alternative with a combined text and HTML
version. You could try configuring it to just send plain text,
which is definitely the preferred format for public mailing lists.
Or alternatively you could try using git-send-email instead.

thanks
-- PMM