add BC_SCALE env var for hi def monitors, cleanup theme data
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / test2.C
index fd22fc60d6fb68356e28ab4c0c33fb5e3fb408f2..555b4c90e9ce95c71aca4c33147af0a13884fe2d 100644 (file)
 class TestWindow : public BC_Window
 {
 public:
-       TestWindow() : BC_Window("test",
-                               0,
-                               0,
-                               640,
-                               480)
-       {
-       }
+       TestWindow() : BC_Window("test", 0, 0, 640, 480) {}
 };
 
-
-
-
 typedef struct
 {
        struct timeval start_time;