Changeset 147 for cafu/trunk/ExtLibs/wxWidgets/src/common/evtloopcmn.cpp
- Timestamp:
- 09/02/10 21:22:35 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/ExtLibs/wxWidgets/src/common/evtloopcmn.cpp
r107 r147 140 140 // generate and process idle events for as long as we don't 141 141 // have anything else to do 142 while ( !Pending() && ProcessIdle() )142 while ( !Pending() && ProcessIdle() && !m_shouldExit ) 143 143 ; 144 144
