Results 189 comments of Mitchell Stokes

@hecris Any thoughts on @rdb's style comments or updating the CMakeLists.txt? It seems like we're getting really close to getting this PR over the finish line, and I'd hate to...

Looks like you're missing some includes for other items in the `collides` library. With makepanda, your new files were added to the end of the composite file, which means it...

I suspect this is a driver bug, and it will be difficult to debug/diagnose it without access to the hardware. Could you please retest with a more recent version of...

I can confirm that we are stuck on `_awaiting_configure` in `x11GraphicsWindow::begin_frame()`. It seems something with either Sway and/or xwayland does not always send Configure Notify events as expected (or at...

Digging a bit deeper, it looks like [XReconfigureWMWindow()](https://tronche.com/gui/x/xlib/ICC/client-to-window-manager/XReconfigureWMWindow.html) can return a non-zero value to indicate an error. In this case, I am getting `1` back. In other words, we failed...

I'm hesitant to add any hacks like this since it may break xorg/x11 WMs. However, I misread the description, and a non-zero return value is a success, not a failure....

@rdb, if you have something a bit more specific to try, I don't mind doing the implementation and testing. I've tried doing some digging on this topic a couple of...

@rdb, do we close this as "cannot reproduce"? Maybe making the change anyways to fix other potential issues?

This still needs to be tested on non-tiling window managers (e.g., Kwin or Mutter).