Alexander Larsson
d8b1b6afb2
Change major to 2 to declare network protocol stable
2010-07-20 15:52:05 +02:00
Alexander Larsson
8ba4939810
Fix misspellings
...
SpicedSubMessage -> SpiceSubMessage
QXLAlphaBlnd -> QXLAlphaBlend
2010-07-08 18:22:41 +02:00
Alexander Larsson
a65d4b5d09
Move spice/draw.h to spice
2010-07-08 13:36:40 +02:00
Alexander Larsson
9837b4596c
Reset minor to 0 as we're bumping major
2010-06-23 11:50:26 +02:00
Alexander Larsson
1f37a974bf
Remove duplicated enums for keyboard modifiers
2010-06-18 16:29:49 +02:00
Alexander Larsson
23850b5fce
Move all message structs to spice
...
We want to make these structures internal so we're free to change them.
The actual on-network ABI is now defined by the spice protocol
description rather than the c structures anyway.
2010-06-18 14:04:37 +02:00
Alexander Larsson
8a13061677
Move all enums and flags to generated header file
2010-06-18 13:21:59 +02:00
Alexander Larsson
d58376dc57
Add some types needed by the demarshalling work
2010-06-14 15:42:29 +02:00
Alexander Larsson
9e73c41877
Fix some misspelled identifiers
...
severty -> severity
SpiceResorceID -> SpiceResourceID
SpiceResorceList -> SpiceResourceList
resorces -> resources
ped_size -> pad_size
postition -> position
2010-05-21 11:09:22 +02:00
Alexander Larsson
916f3818d8
Pass format when creating surfaces rather than depth
2010-04-19 15:47:48 +02:00
Izik Eidus
14db228e81
spice-protocl: add spice_msg_display_surface_create/destroy
...
protocol commands to create/destroy surface on the client.
i removed spice_msg_display_mode as it now not needed
Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-04-03 05:40:50 +03:00
Alexander Larsson
d9f01c38ee
Bump minor to 3
...
There is some confusion in the different branches on what the minors
mean. We expect minor == 2 to mean support for
SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST and SpiceMsgMainMigrationBegin
with added public key info. All other additions like tunneling are
for minor 3 (although we might not do a release with minor 3, but
rather the bump major).
2010-03-24 16:11:59 +01:00
Alexander Larsson
a668cb38e2
Add SPICE_MSG_MAIN_MIGRATE_SWITCH_HOST message
...
This is a simpler form of migration
2010-03-24 16:11:59 +01:00
Alexander Larsson
6314aee92d
Use int32, not int in protocol defining structure
...
"int" is not of a welldefined size, fortunally all existing uses
are 32bit.
2010-03-22 20:25:48 +01:00
Alexander Larsson
b49e090269
fix up reames
2010-02-04 18:11:09 +01:00
Alexander Larsson
e625b1a1fb
Always include using <spice/foo.h> style
2010-02-04 16:47:23 +01:00
Alexander Larsson
49fccfefc8
Clean up and standardize header guards
2010-02-04 16:47:14 +01:00
Alexander Larsson
430b3b036d
Clean up header names, removing references to "red"
...
red_error_codes.h -> spice/error_codes.h
red.h -> spice/protocol.h
reds_stat.h -> spice/stats.h
2010-02-04 16:47:07 +01:00