summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-30 14:05:04 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-06-30 22:35:17 +0200
commit99f581ae561599d6c2684b96775da4f56484c68a (patch)
tree7c314306d295f6628f2e4218f7fcefc3c5bdb5f7 /spice.proto
parent1be4d5d26cd6c27bdcd3e8e905da79437626148b (diff)
downloadspice-99f581ae561599d6c2684b96775da4f56484c68a.tar.gz
spice-99f581ae561599d6c2684b96775da4f56484c68a.tar.xz
spice-99f581ae561599d6c2684b96775da4f56484c68a.zip
Automatically marshall SpicePath
Diffstat (limited to 'spice.proto')
-rw-r--r--spice.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.proto b/spice.proto
index dedf9503..0773f0a4 100644
--- a/spice.proto
+++ b/spice.proto
@@ -726,7 +726,7 @@ channel DisplayChannel : BaseChannel {
message {
DisplayBase base;
struct Stroke {
- Path *path;
+ Path *path @c_ptr @marshall @nonnull;
LineAttr attr;
Brush brush;
uint16 fore_mode;