When a window is iconified, only an UnmapNotify is sent, not a
authorSven Panne <sven.panne@aedion.de>
Thu, 30 Jun 2005 14:35:29 +0000 (14:35 +0000)
committerSven Panne <sven.panne@aedion.de>
Thu, 30 Jun 2005 14:35:29 +0000 (14:35 +0000)
commit572817d19427ebb5d87b3705555a007611db63cc
treec4a4756a08d0c6affd63d681d4d6918be33fc88c
parent6f691544cb64c4cdf22440b4cc4cf0ce19302763
When a window is iconified, only an UnmapNotify is sent, not a
VisibilityNotify, so we have to handle the window status callback in the
former case, too. This fixes bug #763442 (Call the visibility callback when
minimizing a window).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@649 7f0cb862-5218-0410-a997-914c9d46530a
ChangeLog
src/freeglut_main.c