summaryrefslogtreecommitdiff
path: root/audio/xsidplay/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xsidplay/files/patch-aa')
-rw-r--r--audio/xsidplay/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/xsidplay/files/patch-aa b/audio/xsidplay/files/patch-aa
new file mode 100644
index 000000000000..c3173417acf8
--- /dev/null
+++ b/audio/xsidplay/files/patch-aa
@@ -0,0 +1,36 @@
+--- src/HVSCDialogData.cpp.orig Fri Oct 9 09:08:24 1998
++++ src/HVSCDialogData.cpp Tue Sep 12 04:02:45 2000
+@@ -109,9 +109,30 @@
+ browseBtn = new QPushButton( this, "BrowseButton" );
+ browseBtn->setGeometry( 320, 32, 70, 30 );
+ {
+- QColorGroup normal( QColor( QRgb(0) ), QColor( QRgb(11862015) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) );
+- QColorGroup disabled( QColor( QRgb(8421504) ), QColor( QRgb(12632256) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(8421504) ), QColor( QRgb(12632256) ) );
+- QColorGroup active( QColor( QRgb(0) ), QColor( QRgb(8505544) ), QColor( QRgb(16777215) ), QColor( QRgb(6316128) ), QColor( QRgb(10789024) ), QColor( QRgb(0) ), QColor( QRgb(16777215) ) );
++ QColorGroup normal(
++ QColor( (unsigned int)0 ),
++ QColor( (unsigned int)11862015 ),
++ QColor( (unsigned int)16777215 ),
++ QColor( (unsigned int)6316128 ),
++ QColor( (unsigned int)10789024 ),
++ QColor( (unsigned int)0 ),
++ QColor( (unsigned int)16777215 ) );
++ QColorGroup disabled(
++ QColor( (unsigned int)8421504 ),
++ QColor( (unsigned int)12632256 ),
++ QColor( (unsigned int)16777215 ),
++ QColor( (unsigned int)6316128 ),
++ QColor( (unsigned int)10789024 ),
++ QColor( (unsigned int)8421504 ),
++ QColor( (unsigned int)12632256 ) );
++ QColorGroup active(
++ QColor( (unsigned int)0 ),
++ QColor( (unsigned int)8505544 ),
++ QColor( (unsigned int)16777215 ),
++ QColor( (unsigned int)6316128 ),
++ QColor( (unsigned int)10789024 ),
++ QColor( (unsigned int)0 ),
++ QColor( (unsigned int)16777215 ) );
+ QPalette palette( normal, disabled, active );
+ browseBtn->setPalette( palette );
+ }