Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 475306 Details for
Bug 620954
=media-sound/ardour-4.7-r1 fixes to compile after upgrade to gcc-5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/portage/patches/media-sound/ardour/ patches, 4 of 5
gtk2_ardour-fft_graph-cc.patch (text/plain), 513 bytes, created by
Mark Dominik Bürkle
on 2017-06-05 21:16:49 UTC
(
hide
)
Description:
/etc/portage/patches/media-sound/ardour/ patches, 4 of 5
Filename:
MIME Type:
Creator:
Mark Dominik Bürkle
Created:
2017-06-05 21:16:49 UTC
Size:
513 bytes
patch
obsolete
>--- gtk2_ardour/fft_graph.cc.old 2016-02-19 02:28:56.000000000 +0100 >+++ gtk2_ardour/fft_graph.cc 2017-06-05 06:21:56.644212996 +0200 >@@ -203,7 +203,7 @@ > > > >- if (graph_gc == 0) { >+ if (graph_gc == (Glib::RefPtr<Gdk::GC>) 0) { > graph_gc = GC::create( get_window() ); > } > >@@ -213,7 +213,7 @@ > > graph_gc->set_rgb_fg_color( grey ); > >- if (layout == 0) { >+ if (layout == (Glib::RefPtr<Pango::Layout>) 0) { > layout = create_pango_layout (""); > layout->set_font_description (get_style()->get_font()); > }
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 620954
:
475300
|
475302
|
475304
| 475306 |
475308