]> git.sesse.net Git - rdpsrv/blobdiff - rdpsrv.c
Add function for sending bitmap updates (not working yet :-/)
[rdpsrv] / rdpsrv.c
index e001cd24cd6e99672738ee2248a3ccf3ab544e2e..f417616724d502081eda6352e82c2721159dc318 100644 (file)
--- a/rdpsrv.c
+++ b/rdpsrv.c
@@ -86,6 +86,8 @@ int serve_client()
                        default:
                                printf("Unknown data PDU type %u\n", data_pdu_type);
                        };
+
+//                     rdp_send_bitmap_update();
                }
        }
 }