FreeBSD Bugzilla – Attachment 47691 Details for
Bug 73045
Add patch to emulators/gxmame to disable broken xil options in xmame
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gxmame.diff
gxmame.diff (text/plain), 1.24 KB, created by
Miguel Mendez
on 2004-10-23 17:40:24 UTC
(
hide
)
Description:
gxmame.diff
Filename:
MIME Type:
Creator:
Miguel Mendez
Created:
2004-10-23 17:40:24 UTC
Size:
1.24 KB
patch
obsolete
>diff -ruN gxmame.old/files/patch-src::options.c gxmame/files/patch-src::options.c >--- gxmame.old/files/patch-src::options.c Thu Jan 1 01:00:00 1970 >+++ gxmame/files/patch-src::options.c Sat Oct 23 18:19:49 2004 >@@ -0,0 +1,38 @@ >+--- src/options.c.orig Sat Oct 23 18:16:28 2004 >++++ src/options.c Sat Oct 23 18:17:37 2004 >+@@ -7298,8 +7298,6 @@ >+ "%s " /* newext */ >+ "-%sxsync " >+ "-%sprivatecmap " >+- "-%sxil " >+- "-%smtxil " >+ "%s ", /* Video mode */ >+ x11mode, >+ (target->cursor)?"":"no", >+@@ -7308,8 +7306,6 @@ >+ newext?newext:"", >+ (target->xsync)?"":"no", >+ (target->privatecmap)?"":"no", >+- (target->xil)?"":"no", >+- (target->mtxil)?"":"no", >+ Video_Mode_option?Video_Mode_option:"" >+ ); >+ } >+@@ -7323,8 +7319,6 @@ >+ "%s " /* newext */ >+ "-%sxsync " >+ "-%sprivatecmap " >+- "-%sxil " >+- "-%smtxil " >+ "%s ", /* Video mode */ >+ target->x11_mode, >+ (target->cursor)?"":"no", >+@@ -7334,8 +7328,6 @@ >+ newext?newext:"", >+ (target->xsync)?"":"no", >+ (target->privatecmap)?"":"no", >+- (target->xil)?"":"no", >+- (target->mtxil)?"":"no", >+ Video_Mode_option?Video_Mode_option:"" >+ ); >+ }
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 73045
: 47691