pkgsrc/audio/xamp/patches/patch-aq
rh e37e6d06d1 Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guo
<rxg@ms25.url.com.tw>, the maintainer of this package).  Changes are
bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
2000-10-18 11:22:42 +00:00

14 lines
314 B
Text

$NetBSD: patch-aq,v 1.1 2000/10/18 11:22:45 rh Exp $
--- dirDlgData.cpp.orig Tue Jan 25 01:36:16 2000
+++ dirDlgData.cpp Tue Jan 25 01:36:43 2000
@@ -6,6 +6,9 @@
#include <qframe.h>
#include <qlabel.h>
+#define QColor(i) (QColor)(i)
+#define QRgb(i) (QRgb)(i)
+
dirDlgData::dirDlgData
(
QWidget* parent,