add mask color radio btn sel, fix del all mask btn, fix mask dflt kfrm draw name...
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / vicon.inc
1 #ifndef __VICON_INC__
2 #define __VICON_INC__
3
4 #define VICON_WIDTH 80
5 #define VICON_HEIGHT 45
6 #define VICON_RATE 24
7 #define VICON_SAMPLE_RATE 44100
8
9 class ViewWindow;
10 class VIconThread;
11 class VIcon;
12
13 #endif