added image previews using ueberzug
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "file_previews.c"
|
||||
#include "defines.h"
|
||||
#ifndef PREVIEW_GUARD
|
||||
#define PREVIEW_GUARD
|
||||
#include "file_previews.c"
|
||||
#endif
|
||||
|
||||
char* preview_file(char *file_name, unsigned long file_size);
|
||||
char* get_mimetype(char *path);
|
||||
void images_clear();
|
||||
void ueberzug_init();
|
||||
|
Reference in New Issue
Block a user