File: gdevcd8.h

package info (click to toggle)
ghostscript 10.05.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 93,508 kB
  • sloc: ansic: 908,895; python: 7,676; cpp: 6,534; cs: 6,457; sh: 6,168; java: 4,028; perl: 2,373; tcl: 1,639; makefile: 529; awk: 66; yacc: 18
file content (11 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _GDEVCD8_H
#define _GDEVCD8_H

/* a couple of definitions need in gdevcd8.c */

/* this holds the initialisation data of the hp850 */
struct hp850_cmyk_init {
   byte a[26];
};

#endif