mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
editor.h compiles.
git-svn-id: svn://localhost/trunk/ardour2@64 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
494ecdd0d3
commit
01a15535e8
10 changed files with 33 additions and 49 deletions
|
|
@ -25,8 +25,8 @@ flowcanvas.Merge ([
|
|||
|
||||
domain = 'libflowcanvas'
|
||||
|
||||
flowcanvas.Append(DOMAIN=domain,MAJOR=0,MINOR=8,MICRO=1)
|
||||
flowcanvas.Append(CXXFLAGS="-DPACKAGE=\\\"" + domain + "\\\"")
|
||||
flowcanvas.Append(DOMAIN=domain,MAJOR=0,MINOR=0,MICRO=1)
|
||||
flowcanvas.Append(CXXFLAGS="-DFLOWCANVAS_AA")
|
||||
|
||||
flowcanvas_files = Split("""
|
||||
src/Connection.cpp
|
||||
|
|
@ -40,6 +40,6 @@ libflowcanvas = flowcanvas.StaticLibrary('flowcanvas', flowcanvas_files)
|
|||
Default(libflowcanvas)
|
||||
|
||||
env.Alias('tarball', env.Distribute (env['DISTTREE'],
|
||||
[ 'SConscript'] +
|
||||
['SConscript'] +
|
||||
flowcanvas_files +
|
||||
glob.glob('flowcanvas/*.h')))
|
||||
|
|
|
|||
|
|
@ -52,11 +52,11 @@ class Module;
|
|||
*
|
||||
* \ingroup FlowCanvas
|
||||
*/
|
||||
#ifdef ANTI_ALIAS
|
||||
#ifdef FLOWCANVAS_AA
|
||||
class FlowCanvas : public Gnome::Canvas::CanvasAA
|
||||
#else
|
||||
class FlowCanvas : public Gnome::Canvas::Canvas
|
||||
#endif
|
||||
#endif // FLOWCANVAS_AA
|
||||
{
|
||||
public:
|
||||
FlowCanvas(double width, double height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue