merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / cinelerra / recordprefs.h
index e8dbd4378d4ae155b9435dd0f8da84658e5b6af7..81f6fe88ff5c4029e93fe2e5a7edf55010afaca0 100644 (file)
@@ -138,7 +138,7 @@ public:
 class VideoWriteLength : public BC_TextBox
 {
 public:
-       VideoWriteLength(PreferencesWindow *pwindow, char *text, int y);
+       VideoWriteLength(PreferencesWindow *pwindow, char *text, int x, int y);
        int handle_event();
        PreferencesWindow *pwindow;
 };
@@ -146,7 +146,7 @@ public:
 class VideoCaptureLength : public BC_TextBox
 {
 public:
-       VideoCaptureLength(PreferencesWindow *pwindow, char *text, int y);
+       VideoCaptureLength(PreferencesWindow *pwindow, char *text, int x, int y);
        int handle_event();
        PreferencesWindow *pwindow;
 };