Christophe Fergeau
ec250967e2
mingw: use uintptr_t when converting a pointer to an int
...
win64 uses 32 bit long, so we cannot use a long to hold a 64 bit
pointer. Thankfully, there's a [u]intptr_t type available exactly
for these uses.
2012-03-04 10:50:38 +02:00
Christophe Fergeau
531d5bdf52
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.
2011-05-02 11:24:44 +02:00
Christophe Fergeau
b41ad89024
draw: remove SPICE_ADDRESS
...
This commit removes the typedef for SPICE_ADDRESS which was no
longer used. This is the last thing that was missing to close
fdo bug #28984
2011-04-18 12:55:37 +02:00
Alexander Larsson
a85b48594d
Fix various misspellings
...
letancy -> latency
compund -> compound
SpicedSubMessage -> SpiceSubMessage
modifaiers -> modifiers
massage -> message
outgoiong -> outgoing
AlphaBlnd -> AlphaBlend
remoth -> remote
modifires -> modifiers
secore -> secure
2010-07-08 18:26:37 +02:00
Alexander Larsson
405a1f71ca
Fix inclusion of common files, no need for common/ part
2010-07-08 15:44:15 +02:00
Alexander Larsson
23f0b3d5b2
Make all internal structures not be packed
2010-07-08 14:30:01 +02:00
Alexander Larsson
74c767fd26
Move SpiceChunks to mem.h
2010-07-08 14:17:24 +02:00
Alexander Larsson
d1ed338483
Move in spice/draw.h from spice-protocol to common/
2010-07-08 13:56:01 +02:00
Alexander Larsson
fc9394c158
Remove headers that were moved to spice-protocol
2010-02-04 17:56:42 +01:00
Yaniv Kamay
22d4047752
fresh start
2009-10-14 15:06:41 +02:00