Changes between Initial Version and Version 1 of Ticket #7050, comment 4
- Timestamp:
- Dec 31, 2010, 8:38:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7050, comment 4
initial v1 1 The bug only shows up when direct mode is enabled. 1 2 I think what happens is that BGLView::FrameResized() and BGLView::DirectConnected() are interacting in bad ways: FrameResized() is triggered asynchronously, while DirectConnected() is called synchronously. 2 And in fact, the bug only shows up when direct mode is enabled.3 3 In both these functions we change some member variables which are closely connected and depends one on the other (fBounds and the direct_buffer_info stuff).