Skip to content
  • Michael Natterer's avatar
    app: rename GimpTileHandlerProjection to GimpTileHandlerValidate · 8c6e8908
    Michael Natterer authored
    Add virtual function validate() so subclasses can construct arbitrary
    buffers on-the-fly. The default implementation blits from the
    projection graph like before. Add boolean property "whole-tile" which
    allows for switching between always validating entire tiles, and
    validating the parts of the tile that are actually dirty.
    8c6e8908