File: embed.h

package info (click to toggle)
siag 3.0.6-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,652 kB
  • ctags: 6,202
  • sloc: ansic: 40,351; lisp: 3,435; sh: 143; makefile: 112
file content (14 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* embed.h */

#define EMBED_OK 0
#define EMBED_ERR 1

extern int embed_init(Widget);
extern char *embed_load(char *);
extern int embed_unload(char *);
extern int embed_open(char *);
extern int embed_save(char *, char *, Pixmap);
extern int embed_print(FILE *, char *, int, int);
extern int embed_size(char *, unsigned int *, unsigned int *);
extern int embed_draw(Drawable, int, int, char *);