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
r1014: Enable horizontal scrolling with the mouse wheel by pressing Ctrl.
[cinelerra_cv/ct.git]
/
cinelerra
/
trackcanvas.inc
blob
20413d4f996e098805ff32d46ef47dcd00e04e25
1
#ifndef TRACKCANVAS_INC
2
#define TRACKCANVAS_INC
3
4
class TrackCanvas;
5
6
#define HANDLE_W 8
7
#define HANDLE_H 8
8
9
#endif