set frame size and virtual roots to make apps that try manage their own

geometyr work with vroots (gtk is broken in this regard - workign on gtk
patch to respect NET_VIRTUAL_ROOTS from NETWM)


SVN revision: 12949
This commit is contained in:
Carsten Haitzler 2005-01-13 07:19:03 +00:00
parent 1963a29e20
commit ce8c9ce432
2 changed files with 2 additions and 1 deletions

View File

@ -2087,6 +2087,7 @@ _e_border_eval(E_Border *bd)
bd->client_inset.r = r;
bd->client_inset.t = t;
bd->client_inset.b = b;
ecore_x_netwm_frame_size_set(bd->client.win, l, r, t, b);
bd->w += (bd->client_inset.l + bd->client_inset.r);
bd->h += (bd->client_inset.t + bd->client_inset.b);
bd->changes.size = 1;

View File

@ -549,7 +549,7 @@ _e_main_screens_init(void)
}
}
}
ecore_x_netwm_desk_roots_set(man->root, 1, &(con->win));
e_container_show(con);
}
else