Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / lib / DtHelp / GraphicsI.h
1 /* $XConsortium: GraphicsI.h /main/6 1996/03/27 16:27:58 lehors $ */
2 /************************************<+>*************************************
3  ****************************************************************************
4  **
5  **   File:        GraphicsI.h
6  **
7  **   Project:     Cde Help System
8  **
9  **   Description: Internal header file for Graphics.c
10  **
11  **  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 Hewlett-Packard Company
12  **
13  **  (c) Copyright 1993, 1994 Hewlett-Packard Company
14  **  (c) Copyright 1993, 1994 International Business Machines Corp.
15  **  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
16  **  (c) Copyright 1993, 1994 Novell, Inc.
17  **
18  ****************************************************************************
19  ************************************<+>*************************************/
20
21 #ifndef _DtGraphicsI_h
22 #define _DtGraphicsI_h
23
24 /*
25  * Semi-Public Routines
26  */
27 extern  Pixmap   _DtHelpProcessGraphic(
28                         Display         *dpy,
29                         Drawable         drawable,
30                         int              screen,
31                         int              depth,
32                         GC               gc,
33                         Pixmap          *def_pix,
34                         Dimension       *def_pix_width,
35                         Dimension       *def_pix_height,
36                         _DtGrContext    *context,
37                         Colormap         colormap,
38                         Visual          *visual,
39                         Pixel            fore_ground,
40                         Pixel            back_ground,
41                         char            *filename,
42                         unsigned short media_resolution,
43                         Dimension       *pixmapWidth,
44                         Dimension       *pixmapHeight,
45                         Pixmap          *ret_mask,
46                         Pixel          **ret_colors,
47                         int             *ret_number );
48
49 #endif /* _DtGraphisI.h */