You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error doesn't occur when I remove the visual argument and change the depth argument to 24 instead of 32, but it only displays a solid color with no transparency.
Doing this for trying to create a transparent PyGame window in Linux.
The text was updated successfully, but these errors were encountered:
This is interesting case, but I don't have Linux machine in my hands right now. The project is rarely maintained by me only. I'm mostly doing reviews and posting update releases ~2 times a year. 0.32 is just posted, but I don't think it will help.
I'm trying to port this code into Python, but whenever I run mine, it gives me a
BadMatch
laterBadWindow
andBadDrawable
https://stackoverflow.com/questions/13395179/empty-or-transparent-window-with-xlib-showing-border-lines-only
xlib.py
(a test file):execution:

meanwhile of the same code in c:

The error doesn't occur when I remove the
visual
argument and change thedepth
argument to 24 instead of 32, but it only displays a solid color with no transparency.Doing this for trying to create a transparent PyGame window in Linux.
The text was updated successfully, but these errors were encountered: