Results 26 comments of Jan

Hm, interesting that it works after resizing! I hope I'll soon find the time to investigate further. Yeah, to use HEAD you will have to update the pulled dependencies to...

Hey i guess MSVC 2017 has not implemented most of C++17 yet, so it will not work for the moment. As soon as Microsoft ships a solid C++17 compiler I...

While VS 2017 won't be supported for the reasons explained in detail in #8, I just checked and Microsoft indeed managed to fix C++ support in MSVC during the last...

Oh you are right, the last release is quite some time ago, I will prepare a new release. API/ABI are not fully stable yet but mostly.

@dfranx any chance of merging this? Fixes a major bug with OpPhi

I haven't really followed the security considerations for sway so far too much but while reading the discussion the question i mainly had was why clients (like a screenshot or...

hm ok let's wait for the color management protocol then, hopefully it'll clear things up.

> @nyorain, do you have the source of your test client somewhere? It's [here](https://github.com/nyorain/ny/blob/dataexchange/src/examples/cairo.cpp#L255) but it's old and you are probably better off just pasting the drawing code into your...

Stumbled over this problem as well (basically the same for vulkan). The problem boils down to checking whether the given fds for multiple planes refer to the same dma buffer...

The code was repetitive, I agree that this approach is cleaner.