Changeset 16220
- Timestamp:
- 11/17/2008 08:57:18 PM (7 weeks ago)
- Files:
-
- 1 modified
-
branches/linuxport/XBMC/xbmc/Application.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/linuxport/XBMC/xbmc/Application.cpp
r16207 r16220 2380 2380 // We just posted another frame. Keep track and notify. 2381 2381 m_frameCount++; 2382 SDL_mutexV(m_frameMutex); 2383 2382 2384 SDL_CondSignal(m_frameCond); 2383 2384 SDL_mutexV(m_frameMutex);2385 2385 #endif 2386 2386 }
