diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-01-20 03:01:18 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-01-20 03:01:18 +0000 |
commit | 7ad04d651d11c14ea85310d4980651d61add2da8 (patch) | |
tree | 58084c94199318afea2ada35b0fac17c2de27342 /otherlibs/labltk/support/cltkDMain.c | |
parent | a928f5cd699efe6c46d15958572848ce90d44478 (diff) |
synchronize with bazar-ocaml/camltk41
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2761 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/support/cltkDMain.c')
-rw-r--r-- | otherlibs/labltk/support/cltkDMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkDMain.c b/otherlibs/labltk/support/cltkDMain.c index 2b5b819e9..bda74a756 100644 --- a/otherlibs/labltk/support/cltkDMain.c +++ b/otherlibs/labltk/support/cltkDMain.c @@ -190,7 +190,7 @@ int CamlInvokeCmd(dummy /* Now the real Tk stuff */ -static Tk_Window mainWindow; +Tk_Window cltk_mainWindow; #define RCNAME ".camltkrc" #define CAMLCB "camlcb" |