Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82439 Details for
Bug 126596
mupen64-alsasnd-0.4 + gcc-4.1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc 4 patch
mupen64-alsasnd-0.4-gcc41.patch (text/plain), 1.10 KB, created by
Mark Loeser (RETIRED)
on 2006-03-17 23:04:42 UTC
(
hide
)
Description:
gcc 4 patch
Filename:
MIME Type:
Creator:
Mark Loeser (RETIRED)
Created:
2006-03-17 23:04:42 UTC
Size:
1.10 KB
patch
obsolete
>diff -ur alsa_plugin-orig/gtk1_gui.cpp alsa_plugin/gtk1_gui.cpp >--- alsa_plugin-orig/gtk1_gui.cpp 2006-03-18 01:50:47.000000000 -0500 >+++ alsa_plugin/gtk1_gui.cpp 2006-03-18 01:54:53.000000000 -0500 >@@ -54,6 +54,16 @@ > void setupAboutDialog(); > }; > >+//Forward declarations >+void begin_testing(); >+bool key_press_event_func( GtkWidget *, GdkEventKey * ); >+void loadDefaultValues(); >+void loadConfigurationFromFile(); >+void saveConfigurationToFile(); >+void ok_pressed(); >+void cancel_config(); >+ >+ > void CreateGUIObject( Plugin_Graphical_Interface **GUI, Plugin_Audio_Driver *drv ) > { > *GUI = dynamic_cast<Plugin_Graphical_Interface *>(new GTK1_Interface( drv )); >diff -ur alsa_plugin-orig/qt3_gui.cpp alsa_plugin/qt3_gui.cpp >--- alsa_plugin-orig/qt3_gui.cpp 2006-03-18 01:50:47.000000000 -0500 >+++ alsa_plugin/qt3_gui.cpp 2006-03-18 01:58:45.000000000 -0500 >@@ -90,7 +90,7 @@ > > void CreateGUIObject( Plugin_Graphical_Interface **GUI, Plugin_Audio_Driver *drv ) > { >- ( ( QT3_Interface * )( *GUI ) ) = new QT3_Interface( drv ); >+ ( *GUI ) = new QT3_Interface( drv ); > } > > void DeleteGUIObject( Plugin_Graphical_Interface **GUI )
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 126596
: 82439