diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-30 14:05:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-06-30 22:35:17 +0200 |
commit | 99f581ae561599d6c2684b96775da4f56484c68a (patch) | |
tree | 7c314306d295f6628f2e4218f7fcefc3c5bdb5f7 /spice.proto | |
parent | 1be4d5d26cd6c27bdcd3e8e905da79437626148b (diff) |
Automatically marshall SpicePath
Diffstat (limited to 'spice.proto')
-rw-r--r-- | spice.proto | 2 |
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; |