Add SetNull and SetDefault functions to pointer managment to avoyd segfault with...
[libguac-client-rdp.git] / src / rdp_pointer.c
index ac46aac..4ef2ecb 100644 (file)
@@ -20,6 +20,7 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
+ *  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
@@ -101,3 +102,9 @@ void guac_rdp_pointer_free(rdpContext* context, rdpPointer* pointer) {
 
 }
 
+void guac_rdp_pointer_set_null(rdpContext* context) {
+}
+
+void guac_rdp_pointer_set_default(rdpContext* context) {
+}
+