1 /***********************************************************************/
2 /* Open Visualization Data Explorer                                    */
3 /* (C) Copyright IBM Corp. 1989,1999                                   */
4 /* ALL RIGHTS RESERVED                                                 */
5 /* This code licensed under the                                        */
6 /*    "IBM PUBLIC LICENSE - Open Visualization Data Explorer"          */
7 /***********************************************************************/
8 
9 #include <dxconfig.h>
10 
11 
12 #ifndef _findcolor_h
13 #define _findcolor_h
14 
15 #if defined(__cplusplus) || defined(c_plusplus)
16 extern "C" {
17 #endif
18 
19 extern
20 void find_color(Widget w, XColor *target);
21 
22 extern
23 void find_color_ronly(Widget w, XColor *target, char *dontuse);
24 
25 #if defined(__cplusplus) || defined(c_plusplus)
26 }
27 #endif
28 
29 #endif
30 
31