mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
initial changes to get about.cc compiled
git-svn-id: svn://localhost/trunk/ardour2@36 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
40a3eab989
commit
1a6c82a171
5 changed files with 44 additions and 337 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include <vector>
|
||||
#include <cmath>
|
||||
#include <ardour/types.h>
|
||||
#include <libgnomecanvas/libgnomecanvas.h>
|
||||
#include <libgnomecanvasmm/line.h>
|
||||
#include <gdkmm/types.h>
|
||||
|
||||
namespace Gtk {
|
||||
|
|
@ -51,7 +51,7 @@ slider_position_to_gain (double pos)
|
|||
}
|
||||
|
||||
std::string short_version (std::string, std::string::size_type target_length);
|
||||
std::string fit_to_pixels (std::string, int32_t pixel_width, Gdk_Font&);
|
||||
std::string fit_to_pixels (std::string, int32_t pixel_width, Gdk::Font&);
|
||||
|
||||
int atoi (const std::string&);
|
||||
double atof (const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue