Fix nested mode.

SVN revision: 13544
This commit is contained in:
Kim Woelders 2005-02-28 21:38:45 +00:00
parent ba735533c9
commit 5f4c0d59be
1 changed files with 2 additions and 1 deletions

View File

@ -236,11 +236,12 @@ SetupX(const char *dstr)
attr.background_pixel = 0;
attr.save_under = True;
VRoot.win = XCreateWindow(disp, RRoot.win, 0, 0, VRoot.w, VRoot.h, 0,
VRoot.depth, InputOutput, VRoot.vis,
CopyFromParent, InputOutput, CopyFromParent,
CWOverrideRedirect | CWSaveUnder |
CWBackingStore | CWColormap | CWBackPixel |
CWBorderPixel, &attr);
ERegisterWindow(VRoot.win);
EMapWindow(VRoot.win);
xtp.encoding = XA_STRING;
xtp.format = 8;