Merge pull request #2002 from metalefty/dupinit

Fix duplicated initialization #1909
This commit is contained in:
matt335672 2021-09-22 10:37:45 +01:00 committed by GitHub
commit a5e7e641e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -516,7 +516,7 @@ xrdp_bitmap_draw_focus_box(struct xrdp_bitmap *self,
painter->brush.pattern[6] = 0xaa;
painter->brush.pattern[7] = 0x55;
painter->brush.x_origin = x;
painter->brush.x_origin = x;
painter->brush.y_origin = y;
painter->brush.style = 3;
painter->fg_color = self->wm->black;
painter->bg_color = self->parent->bg_color;