File: cms_data.c

package info (click to toggle)
xview 3.2p1.4-28.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 26,680 kB
  • ctags: 34,403
  • sloc: ansic: 241,397; yacc: 1,435; sh: 1,086; makefile: 148; lex: 76; perl: 54; asm: 50; cpp: 15
file content (24 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef lint
#ifdef sccs
static char     sccsid[] = "@(#)cms_data.c 1.12 89/08/18";
#endif
#endif

/*
 *	(c) Copyright 1989 Sun Microsystems, Inc. Sun design patents 
 *	pending in the U.S. and foreign countries. See LEGAL NOTICE 
 *	file for terms of the license.
 */

#include <xview_private/cms_impl.h>

Xv_pkg          xv_cms_pkg = {
    "Color", ATTR_PKG_CMS,
    sizeof(Xv_cms_struct),
    &xv_generic_pkg,
    cms_init,
    cms_set_avlist,
    cms_get_attr,
    cms_destroy,
    cms_find_cms    
};