mirror of https://github.com/neutrinolabs/xrdp
Remove extraneous color initialization
This commit is contained in:
parent
72019d3611
commit
b95dc9e12f
|
@ -797,7 +797,6 @@ load_xrdp_config(struct xrdp_config *config, int bpp)
|
|||
globals->ls_bg_color = HCOLOR(bpp, xrdp_wm_htoi("dedede"));
|
||||
globals->ls_width = 350;
|
||||
globals->ls_height = 350;
|
||||
globals->ls_bg_color = 0xdedede;
|
||||
globals->ls_logo_x_pos = 63;
|
||||
globals->ls_logo_y_pos = 50;
|
||||
globals->ls_label_x_pos = 30;
|
||||
|
|
Loading…
Reference in New Issue