summaryrefslogtreecommitdiff
path: root/rect.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-15Use SPICE_{BEGIN,END}_DECLSMarc-André Lureau1-8/+4
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
Remove any blank lines at the end of all source files
2011-05-12common: use INLINE instead of inlineArnon Gilboa1-7/+7
needed for spice/common files used by the client, server & qxl driver. in windows _inline works for both c/c++, while inline is c++ only. compiling the client with mixed c/c++ code required this define.
2011-05-02common: add extern "C" guards to headersChristophe Fergeau1-0/+8
Since some spice C++ code is using code from common/, the C functions need to be marked as such for the C++ compiler, otherwise we'll get linkage issues.
2010-07-08Fix inclusion of common files, no need for common/ partAlexander Larsson1-1/+1
2010-07-08Move in spice/draw.h from spice-protocol to common/Alexander Larsson1-1/+1
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-03-09Use macros from <spice/macros.h> rather than duplicate themAlexander Larsson1-3/+1
2010-02-23Add emacs settings for indent according to spice styleguideAlexander Larsson1-0/+1
2010-02-04Use the new header namesAlexander Larsson1-1/+1
I just ran: find -name "*.[ch]" | xargs sed -i -f ../spice-protocol/includes.sed find -name "*.cpp" | xargs sed -i -f ../spice-protocol/includes.sed
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-14/+14
This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
2009-10-14fresh startYaniv Kamay1-0/+116