Skip to content
Snippets Groups Projects
  • Rick Pasetto's avatar
    659dc522
    DEV-42989: Adjust media priority based on app minimization and focus · 659dc522
    Rick Pasetto authored
    Review #49
    
    This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback.
    659dc522
    History
    DEV-42989: Adjust media priority based on app minimization and focus
    Rick Pasetto authored
    Review #49
    
    This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
llappviewer.cpp 126.29 KiB