Re: repaint after notify_button() ?

2020-02-14 Thread Josh Simonot
orking! I just want to make sure there's no obvious problems/race-conditions that come to mind with calling notify_*() asynchronously? And thanks for all the help!! From: Pekka Paalanen Sent: Thursday, February 13, 2020 4:33 AM To: Josh

Re: repaint after notify_button() ?

2020-02-12 Thread Josh Simonot
Assertion `output->repaint_status == REPAINT_AWAITING_COMPLETION' failed. ________ From: Josh Simonot Sent: February 12, 2020 11:55 AM To: Pekka Paalanen Cc: wayland-devel@lists.freedesktop.org Subject: Re: repaint after notify_button() ? The notify_*() functions a

Re: repaint after notify_button() ?

2020-02-12 Thread Josh Simonot
12, 2020 4:35 AM To: Josh Simonot Cc: wayland-devel@lists.freedesktop.org Subject: Re: repaint after notify_button() ? On Tue, 11 Feb 2020 15:59:35 + Josh Simonot wrote: > Thanks for the reply! > I have a big update: it's not the screen refresh at all. > > Using the westo

Re: repaint after notify_button() ?

2020-02-11 Thread Josh Simonot
diately if I'm also running an app like weston-simple-egl or weston-simple-damage. I'll check the WAYLAND_DEBUG / socket flushing. Thanks! From: Pekka Paalanen Sent: Tuesday, February 11, 2020 3:38 AM To: Josh Simonot Cc: wayland-devel@lists.freedes

Re: repaint after notify_button() ?

2020-02-10 Thread Josh Simonot
addendum: screen refreshes also happen about 10 seconds after the notify_button "click". ____ From: Josh Simonot Sent: February 10, 2020 4:49 PM To: wayland-devel@lists.freedesktop.org Subject: repaint after notify_button() ? Hello, I'm using compos

repaint after notify_button() ?

2020-02-10 Thread Josh Simonot
Hello, I'm using compositor-drm.c as a starting point and am injecting remote input events, using compositor-rdp.c as an example. Currently the output doesn't repaint after "clicking" on a button by calling: notify_motion_absolute(seat, evtime, x, y); notify_button(seat, evtime, btn, sta

Re: Input event notify or injection in Weston

2019-12-11 Thread Josh Simonot
n existing seat "default" which did not work? Regards, JS ________ From: Josh Simonot Sent: December 6, 2019 2:51 PM To: wayland-devel@lists.freedesktop.org Subject: Input event notify or injection in Weston Hello, I have the need to pass input events from a hyp

Input event notify or injection in Weston

2019-12-06 Thread Josh Simonot
Hello, I have the need to pass input events from a hypervisor host into a guest running weston. I already have a custom protocol in weston to share surfaces with the host, and I'm hoping it makes sense to extend it to send input back to the guest. So does it make sense to route these input ev