Isaac Mills

Results 57 comments of Isaac Mills

> Wow! This is neat. I'll be sure to look closer at this when I can, but for now, I just have to note that I think your editor's autoformatting...

Sorry about that, I fixed the formatting again

Forget about the `raw-window-handle` issue, I've confirmed myself that [gbm is indeed thread-safe](https://stackoverflow.com/a/17432052). You'll see the PR I made to raw-window-handle above >Any system level (syscall) file descriptor access is...

> One nitpick: The mode selection is likely copied from some outdated example code. Yeah, guilty. That should be fixed now

@Drakulix, Is it possible to capture the keyboard with libinput? Currently all the key presses that go to the window are passed to the tty, and that just doesn't seem...

Thanks for the input, I'll start with `libseat`

`libseat` works like a champ, and on top of that integrates flawlessly with `libinput`. Thanks for the tip (reference code was very helpful)

@Drakulix, this PR is very close to being feature compete. All it needs is a propper cursor, however, no matter what I try, I can't get a cursor buffer/plane working....

> One nitpick: I've generally heard of this as DRM/KMS since KMS is afaik part of the DRM subsystem and not the other way around: https://www.kernel.org/doc/html/latest/gpu/drm-kms.html. > > As such,...