diff options
Diffstat (limited to 'audio/bmpx/patches/patch-aj')
-rw-r--r-- | audio/bmpx/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/bmpx/patches/patch-aj b/audio/bmpx/patches/patch-aj new file mode 100644 index 00000000000..1f2e1b1dc8b --- /dev/null +++ b/audio/bmpx/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1 2009/03/26 23:12:22 wiz Exp $ + +--- widgets/popup.cc.orig 2008-03-05 21:31:12.000000000 +0000 ++++ widgets/popup.cc +@@ -308,7 +308,7 @@ namespace Bmp + + if (m_location == ARROW_TOP) + { +- Cairo::Matrix matrix = { 1, 0, 0, -1, 0, h }; ++ Cairo::Matrix matrix ( 1, 0, 0, -1, 0, h ); + cr->set_matrix (matrix); + } + |