Elinor B.

Results 165 comments of Elinor B.

We recently moved and fused these examples into an example compositor written using smithay: anvil, which is in [the directory with the same name in this repo](https://github.com/Smithay/smithay/tree/master/anvil). The main reason...

I'll admit I have not studied much the public API of wlroots, and mostly studied your work to get some understanding of how all the things work, given the general...

Well, our current status with the "DRM+libinput" backend is that it's still pretty bare-bones, and notably it still requires [a fair amount of boilerplate](https://github.com/Smithay/smithay/blob/master/anvil/src/udev.rs) to handle udev correctly. With time...

My general opinion on this is that this is worth maintaining it in anvil directly, but we should gate it behind a `debugging` cargo feature, or something with a clear...

> (By the way, what does this environment variable do? Java on purpose ignores all X11 events until it gets a `ReparentNotify`. So, it does not render its windows because...

Because the current 0.30 branch does not treat it as a protocol error, you mean?

Hmm, I might a misinterpreted the protocol spec when writing that I guess.

I think we should be able to add a `set_modes(&self, &[Mode])` method directly, replacing the previous contents list. Though, what is a realistic explanation for an output changing its supported...

Not sure what would be the best choice... For context, Weston's drawing area is not resized when started as an X client and its window size changes. Causing black borders...

It seems like a `nix` release might not be too far away? https://github.com/nix-rust/nix/milestone/9