diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-04-25 12:25:21 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-04-25 12:25:21 +0000 |
commit | 00e105ce490f8d7afd16b7c941fdf9d06ff347a6 (patch) | |
tree | 140dd5bd411f63482aaf890b7f949316fe39f91a /otherlibs/graph/libgraph.h | |
parent | bf29669d3c60647880afa87097a34765f1f28afd (diff) |
Pouvoir changer le nom de la fenetre avant de l'ouvrir
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5509 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/graph/libgraph.h')
-rw-r--r-- | otherlibs/graph/libgraph.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/graph/libgraph.h b/otherlibs/graph/libgraph.h index e511ab238..605c5a463 100644 --- a/otherlibs/graph/libgraph.h +++ b/otherlibs/graph/libgraph.h @@ -54,8 +54,7 @@ extern int bits_per_pixel; #define DEFAULT_SCREEN_WIDTH 600 #define DEFAULT_SCREEN_HEIGHT 450 #define BORDER_WIDTH 2 -#define WINDOW_NAME "Caml graphics" -#define ICON_NAME "Caml graphics" +#define DEFAULT_WINDOW_NAME "Caml graphics" #define DEFAULT_SELECTED_EVENTS \ (ExposureMask | KeyPressMask | StructureNotifyMask) #define DEFAULT_FONT "fixed" |