wine/ windows/win.c windows/painting.c server/ ...

Alexandre Julliard julliard at winehq.org
Wed Dec 8 05:08:01 CST 2004


"Dimitrie O. Paun" <dpaun at rogers.com> writes:

>   2. Bad news: it is *very* slow now. The repaint on
>         wine List\ View.exe
>      from the MS Control Spy is painful.
>      Similarly, menus are slow, dialog boxes, etc.
>      I have a fast machine (3GHz, 1GB RAM), and it takes
>      2-3 seconds to open the File Open dialog.
>      Is this expected?

Part of it is probably because the window moves are not optimized at
all, there is currently no attempt to take into account valid bits so
any window show/move/resize operation forces a repaint of the whole
window. This will be fixed in a subsequent patch.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list