Chris Billington

Results 87 comments of Chris Billington

I don't care about 32-bit Linux, I'm not building for that. My error is on Windows. If they're still releasing occasional 32 bit builds for Windows and calling them "latest"...

@ktbarrett I must have seen it since I've commented there, but totally forgot about it when I filed #189! There seem to be two separate issues - one is supporting...

The version number (available in the filenames) would presumably be enough to know which are too old - one would have to do some research to figure out which is...

Supporting version: latest for Windows x86 is what I was hoping #189 would achieve. Is there a reason not to support it other than not being able to easily get...

> Would it be ok if I commit to your PR to provide this workaround too and add the relevant tests? Absolutely, go ahead! I think I've already granted that...

Oh, I can't read. According to the code I linked, wlroots totally does send that event. I'll go back to my code and see if I can figure out why...

OK so I can't see that this is my fault, so here are more details. I'm using WayFire and the following Cython code (for brevity I've removed all the header...

Thanks, that makes sense! Appreciate the tech-support. I've tried doing so, however, I'm still not getting the event. I now have: ```cython cdef void global_add( void *data, wl_registry *registry, uint32_t...

Ah, excellent. That is annoying to not be able to bind everything in one loop through the globals, but it works. I'm now saving the name and version of the...