Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 209828 Details for
Bug 292508
app-emulation/vice-2.1 failed to emerge ‘X_ShmAttach’ undeclared
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Include Xmd.h and shmproto.h
bug292508-X_ShmAttach.patch (text/plain), 600 bytes, created by
Martin von Gagern
on 2009-11-10 11:01:43 UTC
(
hide
)
Description:
Include Xmd.h and shmproto.h
Filename:
MIME Type:
Creator:
Martin von Gagern
Created:
2009-11-10 11:01:43 UTC
Size:
600 bytes
patch
obsolete
>The X_ShmAttach constant is defined in the X11/extensions/shmproto.h header. >This header in turn requires the CARD8 typedef from X11/Xmd.h. > >References: >http://bugs.gentoo.org/292508 > >Index: vice-2.1/src/arch/unix/x11/xaw/x11video.c >=================================================================== >--- vice-2.1.orig/src/arch/unix/x11/xaw/x11video.c >+++ vice-2.1/src/arch/unix/x11/xaw/x11video.c >@@ -59,6 +59,8 @@ > #include <X11/Xutil.h> > #include <X11/Intrinsic.h> > #include <X11/cursorfont.h> >+#include <X11/Xmd.h> >+#include <X11/extensions/shmproto.h> > > #include <stdio.h> > #include <stdlib.h>
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 292508
: 209828