File: Imlibosw.h

package info (click to toggle)
yiff 2.06-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 3,464 kB
  • ctags: 3,028
  • sloc: ansic: 47,463; makefile: 218; sh: 77
file content (26 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
               Image library (Imlib) operating system wrapper

 */

#ifdef USE_IMLIB

#include <Imlib.h>
#include "../include/osw-x.h"

struct {

	char is_init;
	ImlibData *imlib_data;

} imlib_resource;


extern int IMLIBOSWInit();
extern int IMLIBOSWLoadFileToImage(char *filename, image_t **image);
extern void IMLIBOSWShutdown();



#endif /* USE_IMLIB */