summaryrefslogtreecommitdiffstats
path: root/client/red_sw_canvas.h
Commit message (Collapse)AuthorAgeFilesLines
* client: rewrite surfaces cacheYonit Halperin2011-09-261-1/+1
| | | | | | use std::map instead of a specific template (CHash). There is no need for special template. Moreover, using std::map will allow easy iteration over the surfaces.
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-0/+49
The command line option is renamed from "cairo" to "sw", and similarly all filenames and types from Cairo to Sw (and similar).