Implement default pointer (currently drawn with draw instructions - not an embedded...
[libguac-client-rdp.git] / include / rdp_pointer.h
index ff87091..516f36a 100644 (file)
@@ -59,5 +59,6 @@ typedef struct guac_rdp_pointer {
 void guac_rdp_pointer_new(rdpContext* context, rdpPointer* pointer);
 void guac_rdp_pointer_set(rdpContext* context, rdpPointer* pointer);
 void guac_rdp_pointer_free(rdpContext* context, rdpPointer* pointer);
+void guac_rdp_pointer_set_default(guac_client* client);
 
 #endif