Code review comment for lp://staging/~compiz-team/compiz/compiz.fix_1015151.1

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

BTW, if performance is important and you want to avoid temporary container construction/copying/destruction, then consider API design that avoids temporaries in future:

  void CompRegion::getRects(std::vector <CompRect> &r);

« Back to merge proposal