pamusername and pampassword are now readable on login screen

master
norrarvid 13 years ago
parent 10fdc5c17f
commit a555dc5a42

@ -6,7 +6,7 @@ port=3389
crypt_level=low crypt_level=low
channel_code=1 channel_code=1
max_bpp=24 max_bpp=24
fork=no fork=yes
#black=000000 #black=000000
#grey=d6d3ce #grey=d6d3ce
#dark_grey=808080 #dark_grey=808080

@ -261,7 +261,7 @@ xrdp_wm_show_edits(struct xrdp_wm* self, struct xrdp_bitmap* combo)
if (g_strncmp("ask", value, 3) == 0) if (g_strncmp("ask", value, 3) == 0)
{ {
/* label */ /* label */
b = xrdp_bitmap_create(70, DEFAULT_EDIT_H, self->screen->bpp, b = xrdp_bitmap_create(95, DEFAULT_EDIT_H, self->screen->bpp,
WND_TYPE_LABEL, self); WND_TYPE_LABEL, self);
list_insert_item(self->login_window->child_list, insert_index, list_insert_item(self->login_window->child_list, insert_index,
(long)b); (long)b);

Loading…
Cancel
Save