Add support for ignoring certificate, security, authentication, and pre-connection...
[libguac-client-rdp.git] / src / rdp_pointer.c
index 4ef2ecb..fa9eb2a 100644 (file)
@@ -20,7 +20,7 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
- *  David PHAM-VAN <d.pham-van@ulteo.com> Ulteo SAS - http://www.ulteo.com
+ * David PHAM-VAN <d.pham-van@ulteo.com> Ulteo SAS - http://www.ulteo.com
  *
  * Alternatively, the contents of this file may be used under the terms of
  * either the GNU General Public License Version 2 or later (the "GPL"), or
@@ -103,8 +103,10 @@ void guac_rdp_pointer_free(rdpContext* context, rdpPointer* pointer) {
 }
 
 void guac_rdp_pointer_set_null(rdpContext* context) {
+    /* STUB */
 }
 
 void guac_rdp_pointer_set_default(rdpContext* context) {
+    /* STUB */
 }