Added layer to pointer structure.

This commit is contained in:
Michael Jumper 2012-02-16 14:32:23 -08:00
parent f0bf432541
commit 5af15f965c

View File

@ -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;