Re: [vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-04 Thread Michael Thayer
03.10.2017 15:34, Michael Thayer wrote: > Hello Hans, > > Terribly sorry. I admit that I never got round to looking at this, but > it does looks very sensible. Just doing a sanity build now before I > push it to our internal repository, and I will make it publicly visible > as soon after that

Re: [vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-03 Thread Michael Thayer
Hello Hans, Terribly sorry. I admit that I never got round to looking at this, but it does looks very sensible. Just doing a sanity build now before I push it to our internal repository, and I will make it publicly visible as soon after that as I have a stable Internet connection. Regards

[vbox-dev] [PATCH resend] VBoxGuest.h Fix VBGL_IOCTL_WAIT_FOR_EVENTS definition

2017-10-03 Thread Hans de Goede
The size argument to VBGL_IOCTL_CODE_SIZE should be VBGL_IOCTL_WAIT_FOR_EVENTS_SIZE. This fixes VBGL_IOCTL_WAIT_FOR_EVENTS always failing with EINVAL. Which in turn fixes seamless mode not working under Linux. Signed-off-by: Hans de Goede --- include/VBox/VBoxGuest.h | 2 +-