Changes between Initial Version and Version 1 of Ticket #19830, comment 2
- Timestamp:
- Feb 11, 2026, 12:01:38 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19830, comment 2
initial v1 8 8 9 9 Another work-around is just to not draw the box with the broken XWayland compositor. But when I tried that the lack of visual feedback when selecting makes it hard to select what you want. 10 11 Another thing I tried was drawing to the front buffer but not doing the color xor. That froze in the same way. So it appears to be the front buffer drawing rather than the xor that is broken. I also tried removing the glFlush() call and that avoided the hang but does not render the green outline box.