Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / guicast / bcwindowbase.inc
blob78c6cab2a425f558e5bc082383d8fa197283ad1a
1 #ifndef BC_WINDOWBASE_INC
2 #define BC_WINDOWBASE_INC
4 class BC_WindowBase;
5 class BC_WindowList;
6 #define BCTEXTLEN 1024
7 // Milliseconds before cursor disappears during video playback
8 #define VIDEO_CURSOR_TIMEOUT 2000
10 #endif
12 //      Local Variables:
13 //      mode: C++
14 //      c-file-style: "linux"
15 //      End: