summaryrefslogtreecommitdiffstats
path: root/client/pixman_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* client: remove c++ wrappersChristophe Fergeau2011-05-021-25/+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.
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* Add pixman utilitiesAlexander Larsson2010-02-231-0/+25
This includes: * pixman region from SpiceRects * rop2 enum * solid fill * solid fill with rop * tiled fill * tiled fill with rop * blit * blit with rop * copy rect