remove tabs

ulab-next-nosound
Jay Sorg 8 years ago
parent d27270ab1f
commit dd906c3fc8

@ -668,7 +668,7 @@ xrdp_login_wnd_create(struct xrdp_wm *self)
self->login_window->bg_color = globals->ls_bg_color;
self->login_window->left = primaryxoffset -
self->login_window->width / 2;
self->login_window->width / 2;
self->login_window->top = primaryyoffset -
self->login_window->height / 2;

@ -1919,15 +1919,15 @@ xrdp_wm_show_log(struct xrdp_wm *self)
/* multimon scenario, draw log window on primary monitor */
if (self->client_info->monitorCount > 1)
{
for (i = 0; i < self->client_info->monitorCount; ++i)
{
if (self->client_info->minfo[i].is_primary)
{
primaryxoffset = self->screen->width - self->client_info->minfo[i].right - 1;
primaryyoffset = self->screen->height - self->client_info->minfo[i].bottom - 1;
break;
}
}
for (i = 0; i < self->client_info->monitorCount; ++i)
{
if (self->client_info->minfo[i].is_primary)
{
primaryxoffset = self->screen->width - self->client_info->minfo[i].right - 1;
primaryyoffset = self->screen->height - self->client_info->minfo[i].bottom - 1;
break;
}
}
}
/* log window */

Loading…
Cancel
Save