Guanzhong Chen
Guanzhong Chen
This acquired a conflict after #1918.
We should probably put a deprecation notice into the JSON output and announce it on channels where people actually care, if we are doing this.
The existing code is for live updating the global ticket list...
`key=LooseVersion`
Yes, I was running GLava on mesa. Not the best combination, but it also shouldn't just outright crash with a segmentation fault. I will give `glMemoryBarrier` a try, but we...
Interesting, I didn't know about this discussion. Regarding the cursor position, it's perfectly within scope. How else will you know where to put the cursor once you receive it? It...
Requiring a virtual pointer would basically limit this protocol to remote desktop clients. One of the use cases I have in mind is supporting metadata cursor mode in `xdg-desktop-portal-wlr` for...
Regarding using output-buffer-local coordinates for the mouse, I agree it would make the composing the cursor much easier. However, it might interact poorly with `capture_output_region`, which requests the region in...
I wrote [a draft for what a v2 screencopy might look like](https://gist.github.com/quantum5/613249e90e818ddf09e86afaec4f5c38). The most notable change is the separation of screenshot and screencast into separate objects, so that one object...
The v2 draft can be extended to support your use case by adding `only_cursor` to the `capture_mode` enumeration, and then changing the wording of the `zwlr_screencast_v1` events and requests slightly....