mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-02-17 19:10:46 +01:00
Minor
This commit is contained in:
parent
99db6496ca
commit
9197d42809
@ -13,6 +13,8 @@
|
|||||||
|
|
||||||
#define PREVP_SIZE sizeof(Preview *)
|
#define PREVP_SIZE sizeof(Preview *)
|
||||||
|
|
||||||
|
#define MIMETYPE_MAX 64
|
||||||
|
|
||||||
VECTOR_GEN_SOURCE(Preview, Preview)
|
VECTOR_GEN_SOURCE(Preview, Preview)
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
|
@ -6,8 +6,6 @@
|
|||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "result.h"
|
#include "result.h"
|
||||||
|
|
||||||
#define MIMETYPE_MAX 64
|
|
||||||
|
|
||||||
enum PreviewAttr {
|
enum PreviewAttr {
|
||||||
PREV_ATTR_NONE = 0,
|
PREV_ATTR_NONE = 0,
|
||||||
PREV_ATTR_EXT_SHORT = 1 << 0,
|
PREV_ATTR_EXT_SHORT = 1 << 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user