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
r956: README.BUILD - add more library recommendations
[cinelerra_cv/ct.git]
/
guicast
/
bcwindowbase.inc
blob
edc949a5f786de2c24224c7ec67c9f2e61036f1f
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