fix nvidia gl lock problem, update active vwindow tests
[goodguy/history.git] / cinelerra-5.0 / guicast / bcresources.h
index 4476e4a72ca61c7c8ad394aa1585df4bc3adab58..a86fd5600ed67c2be3c977d8e01407bb027d2d7c 100644 (file)
@@ -355,6 +355,7 @@ public:
        static size_t encode(const char *from_enc, const char *to_enc,
                char *input, int input_length, char *output, int output_length);
        static int find_font_by_char(FT_ULong char_code, char *path_new, const FT_Face oldface);
+       static void dump_fonts(FILE *fp = stdout);
 
 // Make VFrame use shm
        int vframe_shm;