Lotus Notes 5.03 bookmarks and database popups (much like the explorer
feature of StarOffice) were disabled (actually not "mapped")
in Wine 20000801 onwards (although they worked fine in Wine 20000716). The
offending code was traced to these two lines, in the function
windows/x11drv/X11DRV_WND_SetWindowPos:

        if (winpos->flags & SWP_NOSIZE)
            isZeroSizeWnd = TRUE;

Commenting out these two lines (and the "else" that follows) solved the
problem for Lotus Notes.
However, I'm not sure this is a correct solution to the problem being
addressed by this code (mapping zero sized
windows to X11 windows).

Arie Tal


Reply via email to