mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-10 05:45:31 +00:00
Fix various misspellings
letancy -> latency compund -> compound SpicedSubMessage -> SpiceSubMessage modifaiers -> modifiers massage -> message outgoiong -> outgoing AlphaBlnd -> AlphaBlend remoth -> remote modifires -> modifiers secore -> secure
This commit is contained in:
parent
a09be53ea8
commit
adce65685f
@ -753,7 +753,7 @@ channel DisplayChannel : BaseChannel {
|
||||
|
||||
message {
|
||||
DisplayBase base;
|
||||
struct AlphaBlnd {
|
||||
struct AlphaBlend {
|
||||
alpha_flags alpha_flags;
|
||||
uint8 alpha;
|
||||
Image *src_bitmap;
|
||||
|
||||
@ -710,7 +710,7 @@ channel DisplayChannel : BaseChannel {
|
||||
|
||||
message {
|
||||
DisplayBase base;
|
||||
struct AlphaBlnd {
|
||||
struct AlphaBlend {
|
||||
int8 alpha_flags @virtual(0);
|
||||
uint8 alpha;
|
||||
Image *src_bitmap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user