wine bugs in win.c
Hi~ I'm interested in wine. and find some bug... window's caption is optional, but current is not. wine/windows/win.c line 1087 /* Correct the window style - stage 2 */ if (!(cs->style & WS_CHILD)) { wndPtr->dwStyle |= WS_CLIPSIBLINGS; if (!(cs->style & WS_POPUP)) { if(cs->style & WS_VISIBLE) // <- this is must be added, wndPtr->dwStyle |= WS_CAPTION; wndPtr->flags |= WIN_NEED_SIZE; } } ---- John.
"kscho" == kscho <kscho(a)tibetsystem.com> writes:
kscho> Hi~ I'm interested in wine. and find some bug... window's kscho> caption is optional, but current is not. kscho> wine/windows/win.c kscho> line 1087 /* Correct the window style - stage 2 */ Your contribution is appreciated. But better read http://www.winehq.com/site/sending_patches It make's the patch easier to integrate. Bye -- Uwe Bonnes bon(a)elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
participants (2)
-
kscho -
Uwe Bonnes