From 5af15f965cc681ea71f543f146411fe2af16f890 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 16 Feb 2012 14:32:23 -0800 Subject: [PATCH] Added layer to pointer structure. --- protocols/rdp/include/rdp_pointer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protocols/rdp/include/rdp_pointer.h b/protocols/rdp/include/rdp_pointer.h index 869c9f13..ff870913 100644 --- a/protocols/rdp/include/rdp_pointer.h +++ b/protocols/rdp/include/rdp_pointer.h @@ -49,7 +49,10 @@ typedef struct guac_rdp_pointer { */ rdpPointer pointer; - /* TODO: STUB */ + /** + * Guacamole layer containing cached image data. + */ + guac_layer* layer; } guac_rdp_pointer;