refactor: vips.h, fix(docs):

This commit is contained in:
Tomas Aparicio 2015-04-11 12:12:29 +02:00
parent b55834edf2
commit 51c320fab7
3 changed files with 32 additions and 20 deletions

4
vips.h
View file

@ -12,8 +12,8 @@ enum types {
};
typedef struct {
char *Text;
char *Font;
const char *Text;
const char *Font;
} watermarkTextOptions;
typedef struct {