summaryrefslogtreecommitdiff
path: root/spice.proto
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-30 14:05:04 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-03-20 15:25:46 +0100
commit53a75604811d0d6a80c9b78824be28819632e288 (patch)
tree0c3016218de74f89805b2d37943de6d91732a18e /spice.proto
parent930458ea50bfa6a05772a505ec74b2295e9a73b9 (diff)
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 dedf950..0773f0a 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;