Ticket #8771: system-typo.patch

File system-typo.patch, 733 bytes (added by salty-horse, 16 years ago)
  • common/system.h

     
    129129                 * the frontend code is very inefficient in doing screen updates. So
    130130                 * the frontend might do a lot of fullscreen blits even though only a
    131131                 * tiny portion of the actual screen data changed. In that case, it
    132                  * might pay off for the backend to compute which parts actual changed,
     132                 * might pay off for the backend to compute which parts actually changed,
    133133                 * and then only mark those as dirty.
    134134                 * Implementing this is purely optional, and no harm should arise
    135135                 * when not doing so (except for decreased speed in said frontends).