00001 #ifndef BC_WINDOWBASE_INC 00002 #define BC_WINDOWBASE_INC 00003 00004 class BC_WindowBase; 00005 class BC_WindowList; 00006 #define BCTEXTLEN 1024 00007 // Milliseconds before cursor disappears during video playback 00008 #define VIDEO_CURSOR_TIMEOUT 2000 00009 00010 #endif
1.5.5