Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation of Graphics library open_graph #3312

Closed
vicuna opened this issue Nov 27, 2004 · 2 comments
Closed

Documentation of Graphics library open_graph #3312

vicuna opened this issue Nov 27, 2004 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 27, 2004

Original bug ID: 3312
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Philippe Lelédy
Version: 0caml 3.0.8+2
OS: MacOS X
Submission from: trudaine-3-82-67-204-75.fbx.proxad.net (82.67.204.75)

The documentation says:

open_graph "foo:0"
connects to the display foo:0 and creates a window with the default geometry

but I understand that it's the only primitive that allow the choice of the X11
display, afterwards, all primitives will refer implicitely to that display.

What only experience shows is that this restriction also apply (at least for the
interactive toplevel) to subsequent open_graph occurences, that is the display
specification is ignored on subsequent invocations of open_graph. So there is a
state change at the first open_graph that can't be reversed except by cancelling
the toplevel.

The same apply when changin the DISPLAY envrionment variable.

If its'nt a bug documentation should say that the first open_graph is the only
one when you can choice the display.

I'll try on Linux.

@vicuna
Copy link
Author

vicuna commented Jan 12, 2005

Comment author: administrator

Full_Name: Philippe Lelédy
Version: 0caml 3.0.8+2
OS: MacOS X

What only experience shows is that this restriction also apply (at least for
the
interactive toplevel) to subsequent open_graph occurences, that is the
display
specification is ignored on subsequent invocations of open_graph. So there is
a
state change at the first open_graph that can't be reversed except by
cancelling
the toplevel.

Thanks for the bug report. This is now fixed in the CVS version.

-- Damien

@vicuna
Copy link
Author

vicuna commented Jan 12, 2005

Comment author: administrator

fixed 2005-01-12 DD

@vicuna vicuna closed this as completed Jan 12, 2005
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant