]> git.sesse.net Git - rdpsrv/blobdiff - rdp.c
Send SDIN and not SDRQ, and we can send bitmap updates!
[rdpsrv] / rdp.c
diff --git a/rdp.c b/rdp.c
index 52ea0093ea48b073d63590c9206fd51ef6c877d6..09586920ba6bd1ed556dc132bf69620c4221314c 100644 (file)
--- a/rdp.c
+++ b/rdp.c
@@ -180,7 +180,7 @@ void rdp_send_bitmap_update(void)
        out_uint8(s, 255);
        out_uint8(s, 255);
        out_uint8(s, 255);
-
+       
        s_mark_end(s);
        rdp_send_data(s, RDP_DATA_PDU_UPDATE);
 }