GUAC-236: Replace placeholder with required mask and index properties.
This commit is contained in:
parent
088f1dfede
commit
8c0a9b8bc5
@ -31,10 +31,15 @@
|
||||
typedef struct guacenc_image_stream {
|
||||
|
||||
/**
|
||||
* STUB: Placeholder property. This property exists only so that the
|
||||
* guacenc_image_stream struct can be defined prior to implementation.
|
||||
* The index of the destination layer or buffer.
|
||||
*/
|
||||
int __PLACEHOLDER;
|
||||
int index;
|
||||
|
||||
/**
|
||||
* The Guacamole protocol compositing operation (channel mask) to apply
|
||||
* when drawing the image.
|
||||
*/
|
||||
int mask;
|
||||
|
||||
} guacenc_image_stream;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user