Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 118190 Details for
Bug 177108
fixed ebuild for vice 1.20
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libX11 related patch
vice-1.20-uicolor.patch (text/plain), 948 bytes, created by
groepaz
on 2007-05-05 00:55:14 UTC
(
hide
)
Description:
libX11 related patch
Filename:
MIME Type:
Creator:
groepaz
Created:
2007-05-05 00:55:14 UTC
Size:
948 bytes
patch
obsolete
>--- src/arch/unix/x11/gnome/uicolor.c >+++ src/arch/unix/x11/gnome/uicolor.c >@@ -166,7 +166,7 @@ > way to do this? //tvr */ > im = XCreateImage(display, GDK_VISUAL_XVISUAL(visual), > x11ui_get_display_depth(), >- ZPixmap, 0, (char *)data, 1, 1, 8, 1); >+ ZPixmap, 0, (char *)data, 1, 1, 8, 0); > if (!im) { > log_error(LOG_DEFAULT, _("XCreateImage failed.")); > free(data); >--- src/arch/unix/x11/xaw/uicolor.c >+++ src/arch/unix/x11/xaw/uicolor.c >@@ -121,7 +121,7 @@ > /* This is a kludge to map pixels to zimage values. Is there a better > way to do this? //tvr */ > im = XCreateImage(display, visual, x11ui_get_display_depth(), >- ZPixmap, 0, (char *)data, 1, 1, 8, 1); >+ ZPixmap, 0, (char *)data, 1, 1, 8, 0); > if (!im) { > log_error(LOG_DEFAULT, _("XCreateImage failed.")); > free(data);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 177108
:
118188
| 118190