rework keyframe hide popup, keyframe auto render, textbox set_selection wide text
[goodguy/history.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
8 class ViewWindow;
9 class VIconThread;
10 class VIcon;
11
12 #endif