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
/
adeviceprefs.inc
blob
33a117c75fbd0a28e61f7323994509effafbc93f
1
#ifndef ADEVICEPREFS_INC
2
#define ADEVICEPREFS_INC
3
4
class ADevicePrefs;
5
#ifndef MODEPLAY
6
#define MODEPLAY 0
7
#define MODERECORD 1
8
#define MODEDUPLEX 2
9
#endif
10
11
12
#endif