File: file2pixmap.h

package info (click to toggle)
imaptool 0.9-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 164 kB
  • ctags: 309
  • sloc: ansic: 2,119; makefile: 69
file content (8 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
/* error definitions */
#define LOADING_OK 101
#define NOT_VALID_FILETYPE -101
#define CANNOT_OPEN_FILE -102
#define CANNOT_READ_FILE -103

int load_file_to_pixmap(char *filename, Display *display, int screennum,
			   int *witdh, int *height, Pixmap *pixmap);