Subversion Repositories Kolibri OS

Rev

Rev 9644 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9644 Rev 9699
Line 8... Line 8...
8
 
8
 
9
#ifndef INCLUDE_MEM_H
9
#ifndef INCLUDE_MEM_H
10
#include "../lib/mem.h"
10
#include "../lib/mem.h"
Line -... Line 11...
-
 
11
#endif
-
 
12
 
-
 
13
#ifdef __COFF__
-
 
14
extern dword img_decode;
-
 
15
extern dword img_destroy;
-
 
16
extern dword img_draw;
-
 
17
extern dword img_create;
-
 
18
extern dword img_encode;
-
 
19
extern dword img_convert;
-
 
20
extern dword img_from_file;
-
 
21
extern dword img_blend;
-
 
22
//extern dword img_is_img;
-
 
23
//extern dword img_to_rgb2;
-
 
24
//extern dword img_scale;
-
 
25
extern dword img_flip;
-
 
26
extern dword img_rotate;
11
#endif
27
extern dword img_to_rgb;
12
 
28
#else
13
#ifndef INCLUDE_DLL_H
29
#ifndef INCLUDE_DLL_H
Line 14... Line 30...
14
#include "../lib/dll.h"
30
#include "../lib/dll.h"
Line 50... Line 66...
50
char aimg_rotate[]    = "img_rotate";
66
char aimg_rotate[]    = "img_rotate";
51
char aimg_scale[]     = "img_scale";
67
char aimg_scale[]     = "img_scale";
52
//char aimg_is_img[]    = "img_is_img";
68
//char aimg_is_img[]    = "img_is_img";
53
//char aimg_to_rgb[]    = "img_to_rgb";
69
//char aimg_to_rgb[]    = "img_to_rgb";
54
//char aimg_to_rgb2[]   = "img_to_rgb2";
70
//char aimg_to_rgb2[]   = "img_to_rgb2";
-
 
71
#endif
Line 55... Line 72...
55
 
72
 
56
#define LIBIMG_FORMAT_BMP       1
73
#define LIBIMG_FORMAT_BMP       1
57
#define LIBIMG_FORMAT_ICO       2
74
#define LIBIMG_FORMAT_ICO       2
58
#define LIBIMG_FORMAT_CUR       3
75
#define LIBIMG_FORMAT_CUR       3