Ticket #8871: mythsystem.cpp.patch
File mythsystem.cpp.patch, 654 bytes (added by , 15 years ago) |
---|
-
mythsystem.cpp
335 335 336 336 void myth_system_post_flags(int &flags, MythSystemLocks &locks) 337 337 { 338 #if CONFIG_JOYSTICK_MENU 338 339 if( locks.jsmenu ) { 339 340 delete locks.jsmenu; 340 341 locks.jsmenu = NULL; 341 342 } 343 #endif 342 344 345 #if CONFIG_LIRC 343 346 if( locks.lirc ) { 344 347 delete locks.lirc; 345 348 locks.lirc = NULL; 346 349 } 350 #endif 347 351 348 352 // This needs to be a send event so that the MythUI m_drawState change is 349 353 // flagged immediately instead of after existing events are processed