Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / testwindow.C
index 62f623b235d0806f812549bf7999e964d32f4014..da3122aa08475f9450af32eac63de6ba80f03539 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * 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
+ */
+
 #include "testwindow.h"
 // c++ -g -I../guicast testwindow.C ../guicast/x86_64/libguicast.a \
 //  -DHAVE_GL -DHAVE_XFT -I/usr/include/freetype2 -lGL -lX11 -lXext \
@@ -5,7 +22,7 @@
 
 TestWindowGUI::
 TestWindowGUI()
- : BC_Window("test", 100,100, 100,100, 100,100)
+ : BC_Window("test", xS(100),yS(100), xS(100),yS(100), xS(100),yS(100))
 {
        in_motion = 0;  last_x = last_y = -1;
        set_bg_color(BLACK);