Fix ABI break

And indent.
This commit is contained in:
Kim Woelders 2019-10-10 16:47:21 +02:00
parent 03665627db
commit 7f24775df1
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,6 @@ struct _imlibimage {
char *file;
int w, h;
DATA32 *data;
ImlibImageDataMemoryFunction data_memory_func;
ImlibImageFlags flags;
time_t moddate;
ImlibBorder border;
@ -69,6 +68,7 @@ struct _imlibimage {
ImlibImageTag *tags;
char *real_file;
char *key;
ImlibImageDataMemoryFunction data_memory_func;
};
#ifdef BUILD_X11