summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp_bitmap.c
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2004-10-21 03:18:23 +0000
committerjsorg71 <jsorg71>2004-10-21 03:18:23 +0000
commitb4b62a619a2a7c52c1975580272646c7ae2111e6 (patch)
tree49a79553d3b295e46c5e20ff88f072d86763be77 /xrdp/xrdp_bitmap.c
parent330a4ffb9877563a8a95b773cc62f2cb8263723b (diff)
downloadxrdp-proprietary-b4b62a619a2a7c52c1975580272646c7ae2111e6.tar.gz
xrdp-proprietary-b4b62a619a2a7c52c1975580272646c7ae2111e6.zip
win32 compile changes
Diffstat (limited to 'xrdp/xrdp_bitmap.c')
-rw-r--r--xrdp/xrdp_bitmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xrdp/xrdp_bitmap.c b/xrdp/xrdp_bitmap.c
index bd54570f..75555080 100644
--- a/xrdp/xrdp_bitmap.c
+++ b/xrdp/xrdp_bitmap.c
@@ -532,8 +532,7 @@ int xrdp_bitmap_invalidate(struct xrdp_bitmap* self, struct xrdp_rect* rect)
xrdp_painter_fill_rect(painter, self, 1, 1, self->width - 2, 1);
/* draw text */
painter->fg_color = self->wm->black;
- xrdp_painter_draw_text(painter, self, 2, 2, self->caption);
-// xrdp_painter_draw_text(painter, self, 2, 2, "hi");
+ xrdp_painter_draw_text(painter, self, 4, 2, self->caption);
}
else if (self->type == WND_TYPE_LABEL) /* 6 */
{