From 3d54028ae21868095120fa259dc88d9772f37454 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 16 Jan 2015 02:47:22 +0000 Subject: [PATCH] Misc --- source/interposer/interposer-safe.cpp | 9 +++++++-- source/interposer/interposer-x11.cpp | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/source/interposer/interposer-safe.cpp b/source/interposer/interposer-safe.cpp index 367a1d9af..4c09f2cf0 100644 --- a/source/interposer/interposer-safe.cpp +++ b/source/interposer/interposer-safe.cpp @@ -1,6 +1,6 @@ /* - * Carla Interposer - * Copyright (C) 2014 Filipe Coelho + * Carla Interposer for audio-unsafe functions + * Copyright (C) 2014-2015 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,6 +22,9 @@ #include #include +// ----------------------------------------------------------------------- +// Our custom functions + CARLA_EXPORT pid_t fork() { @@ -51,3 +54,5 @@ int posix_spawnp(pid_t*, const char*, const posix_spawn_file_actions_t*, const p carla_stdout("------------------------------- posix_spawnp called"); return ENOSYS; } + +// ----------------------------------------------------------------------- diff --git a/source/interposer/interposer-x11.cpp b/source/interposer/interposer-x11.cpp index fc69e12d0..1189935d2 100644 --- a/source/interposer/interposer-x11.cpp +++ b/source/interposer/interposer-x11.cpp @@ -1,5 +1,5 @@ /* - * Carla Interposer for X11 + * Carla Interposer for X11 Window Mapping * Copyright (C) 2014-2015 Filipe Coelho * * This program is free software; you can redistribute it and/or