repo.or.cz
/
cinelerra_cv
/
ct.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git]
/
guicast
/
bcwindowbase.inc
blob
78c6cab2a425f558e5bc082383d8fa197283ad1a
1
#ifndef BC_WINDOWBASE_INC
2
#define BC_WINDOWBASE_INC
3
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
9
10
#endif
11
/*
12
// Local Variables:
13
// mode: C++
14
// c-file-style: "linux"
15
// End:
16
*/