summaryrefslogtreecommitdiffstats
path: root/client/sw_canvas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* client: remove c++ wrappersChristophe Fergeau2011-05-021-24/+0
| | | | | | | | client/ contains several .cpp file which only #include a .c file of the same name. This is unusual and seems to only be done to get C++ name mangling on the symbols defined in the C file. Now that all headers files in common/ use extern "C", these wrappers are no longer useful.
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-0/+24
The command line option is renamed from "cairo" to "sw", and similarly all filenames and types from Cairo to Sw (and similar).