summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-01-20 16:30:24 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-01-20 16:30:24 +0000
commit728f1180ad1d6048ef78b540d63c2b8207a68132 (patch)
tree8647f513f74a4f4cf41f5fe334f8353ada772b6f
parent42f72c769490e9cc6410b239729a177feddd39cf (diff)
declaration de gr_init_direct_rgb_to_pixel
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4283 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/graph/libgraph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h
index 5889ff837..e511ab238 100644
--- a/otherlibs/graph/libgraph.h
+++ b/otherlibs/graph/libgraph.h
@@ -81,4 +81,5 @@ extern unsigned long gr_pixel_rgb(int rgb);
extern int gr_rgb_pixel(long unsigned int pixel);
extern void gr_handle_event(XEvent *e);
extern void gr_init_color_cache(void);
+extern void gr_init_direct_rgb_to_pixel(void);
extern value id_of_window( Window w );