Credit SGE conversion of Adam-s plugins ChromakeyAvid/Color Swatch + updated ContextM...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bctrace.inc
index 967aa253841033d3834f496be04d541add4443ef..e6f746318fffab9f7d69032e841dbacc99549ed0 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ * CINELERRA
+ * Copyright (C) 2016-2020 William Morrow
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published
+ * by the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
+
 #ifndef __BCTRACE_INC__
 #define __BCTRACE_INC__
 
@@ -26,8 +47,11 @@ class TheChk;
 class trace_info {
 public:
        void *trace;
-       trace_info() { trace = 0; }
+       unsigned long owner;
+       trace_info() { trace = 0; owner = 0; }
        ~trace_info() {}
+       void set_owner();
+       void unset_owner();
 };
 
 #ifdef NO_GUICAST