From 9f44b39ca0f08c15953eacb5c6c1932f7c8bb321 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Fri, 2 Jan 2015 16:39:56 +0000 Subject: [PATCH] add todo: don't deinitialize option git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1741 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/web-src/progress.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/freeglut/web-src/progress.php b/freeglut/web-src/progress.php index 1538772..4c5c47e 100644 --- a/freeglut/web-src/progress.php +++ b/freeglut/web-src/progress.php @@ -49,6 +49,15 @@ href="https://github.com/dcnieho/FreeGLUT/tree/feature_IMECHAR_callback">github branch. What can be done on the Linux side?Figure this out for 3.2 +option to not deinitialize when mainloop terminatesAs +is often requested, in some usage cases, it would be advantageous if +FreeGLUT did not automatically deinitialize when its last window is +closed. This has been implemented, but is awaiting testing on platforms +other than windows. Discussed here.As +it has potential complications on mobile platforms, it was decided to +leave this feature until after 3.0. + High-DPI awareness.As discussed here, it is unclear what should be done. See also associated