]> git.saurik.com Git - wxWidgets.git/blame - utils/glcanvas/docs/notes.txt
wxFileConfig ctor now (again) uses the files in the correct locations if the
[wxWidgets.git] / utils / glcanvas / docs / notes.txt
CommitLineData
6a1120ad
JS
1Problems with wxGLCanvas, 29/8/98
2
3Only the cube example compiles under wxWin 2 so far.
4
5Major problem: OpenGL seems to do something strange to the
6event loop, because wxApp::OnIdle never gets a chance to be
7called, and therefore delayed deletion (and all other
8idle-related processing) doesn't get done. This is why closing
9the app doesn't work.
10
11What does OpenGL do to message processing, and what can be done
12about it? Why did it work OK for wxWin 1.xx? It's as if
13there's _always_ a message in the queue (PeekMessage always
14returns non-zero). Perhaps we need to discover what the message
15is it's always returning.