Fix duplicated initialization #1909

This commit is contained in:
Koichiro IWAO 2021-09-22 10:54:42 +09:00
parent 32d5d7cc27
commit 7a8711e2d7
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
1 changed files with 1 additions and 1 deletions

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;