summaryrefslogtreecommitdiffstats
path: root/common/draw.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-07-08 18:26:37 +0200
committerAlexander Larsson <alexl@redhat.com>2010-07-08 18:26:37 +0200
commit1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29 (patch)
tree4299cdcfbdf378b575948f0870ef6c365a9e8095 /common/draw.h
parent925f6387c8b5bd63ecd128c9187d8424607e0fa8 (diff)
downloadspice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.tar.gz
spice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.tar.xz
spice-1a6e77d6d4da9c73dc706574ea3e3fbaa8142f29.zip
Fix various misspellings
letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
Diffstat (limited to 'common/draw.h')
-rw-r--r--common/draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/draw.h b/common/draw.h
index ab9da69c..95f07b88 100644
--- a/common/draw.h
+++ b/common/draw.h
@@ -205,12 +205,12 @@ typedef struct SpiceTransparent {
uint32_t true_color;
} SpiceTransparent;
-typedef struct SpiceAlphaBlnd {
+typedef struct SpiceAlphaBlend {
uint16_t alpha_flags;
uint8_t alpha;
SpiceImage *src_bitmap;
SpiceRect src_area;
-} SpiceAlphaBlnd;
+} SpiceAlphaBlend;
typedef struct SpiceRop3 {
SpiceImage *src_bitmap;