After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 150537 - GdkRGB doesn't understand ARGB visuals
GdkRGB doesn't understand ARGB visuals
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 150465
 
 
Reported: 2004-08-19 12:15 UTC by Rich Wareham
Modified: 2011-02-04 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix GdkRGB's handling of ARGB visuals (3.33 KB, patch)
2004-08-19 12:17 UTC, Rich Wareham
none Details | Review

Description Rich Wareham 2004-08-19 12:15:37 UTC
GdkRGB doesn't know that it has to set the alpha value correctly for ARGB
visuals.  Will attach patch to fix the problem.
Comment 1 Rich Wareham 2004-08-19 12:17:26 UTC
Created attachment 30748 [details] [review]
Patch to fix GdkRGB's handling of ARGB visuals

This patch adds another composite function to GdkRGB that can composite a RGB
image onto an ARGB visual. It also contains the fix for bug #150466.
Comment 2 Matthias Clasen 2005-05-11 03:26:13 UTC
Should be fixed in HEAD.