repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r1053: Add Russian translation.
[cinelerra_cv.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