Skip to content

Commit

Permalink
Fixing build break
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexarian committed Dec 22, 2023
1 parent 4235e6f commit 483e746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xrdp/xrdp_painter.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ xrdp_painter_send_dirty(struct xrdp_painter *self)
}
LOG_DEVEL(LOG_LEVEL_DEBUG, "xrdp_painter_send_dirty:"
" x %d y %d cx %d cy %d",
rect.left, rect.top, cx, cy);
libxrdp_send_bitmap(self->session, cx, cy, bpp,
ldata, rect.left, rect.top, cx, cy);
g_free(ldata);
Expand Down

0 comments on commit 483e746

Please sign in to comment.