Changes between Initial Version and Version 1 of Ticket #654, comment 6
- Timestamp:
- 09/30/14 16:24:03 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #654, comment 6
initial v1 1 1 I tested this scenario using Fedora 20, 0.14.7, and found that the transparent_colors.py window was not drawn correctly -- all colors were solid, no transparency. 2 2 3 Then I pulled the latest code from the xpra repository 0.15.0, r7 480, and the transparent_colors.py window drew correctly -- the transparent shades of color were correctly showing through to the background underneath.3 Then I pulled the latest code from the xpra repository 0.15.0, r7840, and the transparent_colors.py window drew correctly -- the transparent shades of color were correctly showing through to the background underneath. 4 4 5 5 However, in both tests, the log message inserted as suggested in the ticket, reported "depth=0" when running the colors.py followed by transparent_colors.py tests in sequence. It showed depth=0 even when the window drew correctly.