Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / guicast / bcresources.inc
blobad6ab98e6ff18e81d9b55ce5a89f4b3303d79f58
1 #ifndef BCRESOURCES_INC
2 #define BCRESOURCES_INC
5 class BC_Resources;
7 #define TOTAL_ICONS 5
8 #define TOTAL_SUFFIXES 7
10 // Icon types for each list item
11 #define ICON_FOLDER      0      // Private bitmap
12 #define ICON_UNKNOWN     1      // Private bitmap
13 #define ICON_FILM        2      // Private bitmap
14 #define ICON_SOUND       3      // Private bitmap
15 #define ICON_COLUMN      4      // Private bitmap
17 #endif