mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Compare commits
4 commits
7a5591121b
...
c08531f96e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c08531f96e | ||
|
|
d0109bed16 | ||
|
|
6ce8358709 | ||
|
|
39370aff7b |
6 changed files with 4 additions and 4 deletions
|
|
@ -1523,7 +1523,7 @@ Editor::sensitize_the_right_region_actions (bool because_canvas_crossing)
|
||||||
|
|
||||||
if (rs.size() > 1) {
|
if (rs.size() > 1) {
|
||||||
_region_actions->get_action("show-region-list-editor")->set_sensitive (false);
|
_region_actions->get_action("show-region-list-editor")->set_sensitive (false);
|
||||||
_region_actions->get_action("show-region-properties")->set_sensitive (false);
|
_region_actions->get_action("edit-region-dedicated-window")->set_sensitive (false);
|
||||||
_region_actions->get_action("rename-region")->set_sensitive (false);
|
_region_actions->get_action("rename-region")->set_sensitive (false);
|
||||||
/* XXX need to check whether there is than 1 per
|
/* XXX need to check whether there is than 1 per
|
||||||
playlist, because otherwise this makes no sense.
|
playlist, because otherwise this makes no sense.
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
#ifndef COMPILER_MSVC
|
#ifndef COMPILER_MSVC
|
||||||
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
#pragma GCC diagnostic ignored "-Wunused-parameter"
|
||||||
#else
|
#else
|
||||||
#include <process.h> // Needed for 'getpid()'
|
|
||||||
|
|
||||||
#include <lo/lo_osc_types.h>
|
#include <lo/lo_osc_types.h>
|
||||||
#define LO_TT_IMMEDIATE lo_get_tt_immediate()
|
#define LO_TT_IMMEDIATE lo_get_tt_immediate()
|
||||||
|
|
|
||||||
|
|
@ -492,6 +492,8 @@ def configure(conf):
|
||||||
autowaf.check_pkg(conf, 'pangoft2', uselib_store='PANGOFT2', atleast_version='1.36.8', mandatory=False)
|
autowaf.check_pkg(conf, 'pangoft2', uselib_store='PANGOFT2', atleast_version='1.36.8', mandatory=False)
|
||||||
autowaf.check_pkg(conf, 'fontconfig', uselib_store='FONTCONFIG')
|
autowaf.check_pkg(conf, 'fontconfig', uselib_store='FONTCONFIG')
|
||||||
|
|
||||||
|
conf.check(header_name='unistd.h', define_name='HAVE_UNISTD_H',mandatory=False)
|
||||||
|
|
||||||
if conf.env.CC_NAME == 'gcc' and Options.options.strict:
|
if conf.env.CC_NAME == 'gcc' and Options.options.strict:
|
||||||
conf.define('GLIB_DISABLE_DEPRECATION_WARNINGS', 1)
|
conf.define('GLIB_DISABLE_DEPRECATION_WARNINGS', 1)
|
||||||
for var in ['CFLAGS', 'CXXFLAGS']:
|
for var in ['CFLAGS', 'CXXFLAGS']:
|
||||||
|
|
|
||||||
|
|
@ -341,7 +341,6 @@ def configure(conf):
|
||||||
|
|
||||||
conf.check(header_name='sys/vfs.h', define_name='HAVE_SYS_VFS_H',mandatory=False)
|
conf.check(header_name='sys/vfs.h', define_name='HAVE_SYS_VFS_H',mandatory=False)
|
||||||
conf.check(header_name='sys/statvfs.h', define_name='HAVE_SYS_STATVFS_H',mandatory=False)
|
conf.check(header_name='sys/statvfs.h', define_name='HAVE_SYS_STATVFS_H',mandatory=False)
|
||||||
conf.check(header_name='unistd.h', define_name='HAVE_UNISTD_H',mandatory=False)
|
|
||||||
|
|
||||||
have_sys_ioprio = conf.check_cc(
|
have_sys_ioprio = conf.check_cc(
|
||||||
msg="Checking for 'ioprio_set' syscall support",
|
msg="Checking for 'ioprio_set' syscall support",
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
#ifndef mackie_surface_h
|
#ifndef mackie_surface_h
|
||||||
#define mackie_surface_h
|
#define mackie_surface_h
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <sigc++/trackable.h>
|
#include <sigc++/trackable.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue