Christophe Fergeau
c15c5050af
common: add extern "C" guards to headers
...
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.
2012-03-20 15:25:51 +01:00
Alexander Larsson
24c2e3c85f
Fix inclusion of common files, no need for common/ part
2012-03-20 15:25:48 +01:00
Alexander Larsson
c471990a9f
Move in spice/draw.h from spice-protocol to common/
2012-03-20 15:25:48 +01:00
Alexander Larsson
41171d081d
Fix spelling errors in comments and strings
2012-03-20 15:25:42 +01:00
Alexander Larsson
f816707671
Remove all mentions of "cairo" from the code
...
The command line option is renamed from "cairo" to "sw", and
similarly all filenames and types from Cairo to Sw (and similar).
2012-03-20 15:25:42 +01:00
Alexander Larsson
9d9a3e12c0
Add emacs settings for indent according to spice styleguide
2012-03-20 15:25:37 +01:00
Alexander Larsson
87d0104241
Use the new header names
...
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
2012-03-20 15:25:37 +01:00
Alexander Larsson
2637b1ac76
Rename symbols that were changed in spice-protocol
...
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
2012-03-20 15:25:37 +01:00
Yaniv Kamay
a9ae774c90
fresh start
2012-03-20 15:25:36 +01:00