Marking default/null handlers as stubs.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 10 Jun 2012 03:36:34 +0000 (20:36 -0700)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 10 Jun 2012 03:36:34 +0000 (20:36 -0700)
src/rdp_pointer.c

index 3d56a78..fa9eb2a 100644 (file)
@@ -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 */
 }