Added layer to pointer structure.
This commit is contained in:
parent
f0bf432541
commit
5af15f965c
@ -49,7 +49,10 @@ typedef struct guac_rdp_pointer {
|
|||||||
*/
|
*/
|
||||||
rdpPointer pointer;
|
rdpPointer pointer;
|
||||||
|
|
||||||
/* TODO: STUB */
|
/**
|
||||||
|
* Guacamole layer containing cached image data.
|
||||||
|
*/
|
||||||
|
guac_layer* layer;
|
||||||
|
|
||||||
} guac_rdp_pointer;
|
} guac_rdp_pointer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user