summaryrefslogtreecommitdiffstats
path: root/server/display-channel.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-09-16 17:01:24 +0200
committerFrediano Ziglio <fziglio@redhat.com>2015-11-10 09:35:42 +0000
commit1b9d767ca7cdde33d12d3700afeb433f2625f528 (patch)
tree45257a02b8e44cd77f96166866c21b5caf1c65e1 /server/display-channel.h
parent042652454615bc6c01102ac82b9f2b0b47f697c0 (diff)
downloadspice-1b9d767ca7cdde33d12d3700afeb433f2625f528.tar.gz
spice-1b9d767ca7cdde33d12d3700afeb433f2625f528.tar.xz
spice-1b9d767ca7cdde33d12d3700afeb433f2625f528.zip
worker s/surfaces_dest/surface_deps
Acked-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/display-channel.h')
-rw-r--r--server/display-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/display-channel.h b/server/display-channel.h
index 827a9d4f..ec1c483f 100644
--- a/server/display-channel.h
+++ b/server/display-channel.h
@@ -174,7 +174,7 @@ struct Drawable {
DependItem depend_items[3];
int surface_id;
- int surfaces_dest[3];
+ int surface_deps[3];
uint32_t process_commands_generation;
};