http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 28 15:03:22 2002 --- shadow/720.tmp.30289 Tue May 28 17:58:36 2002 *************** *** 105,107 **** --- 105,119 ---- That is definitely not what is supposed to happen... We would need a debug output, but I have no clue which one you should attach, I want to say x11drv, but that may not help anything... Anyone else want to comment? + + ------- Additional Comments From maxx2@veneto.com 2002-05-28 17:58 ------- + I don't have any idea too.... AutoCAD is the only app I tested that shows such a + behaviour. + I know it's based on MFC, but I guess it has some optimizations to speed up display + that make problem to appear. I did try a relay trace, but it's huge and I can't locate + where the problem happens.... And I don't think it would be useful to post it :) + In windows I've some gui apps that can trace api calls, allowing me to start and stop + traces on the fly.... I'd like to see something like it in wine, I think it would ease + bug spotting, limiting the trace output around the problem without the need of parsing + huge trace logs. I'd code it by myself but I've not enough skills in linux programming + (nor in where to hook it into wine!) to do it.... \ No newline at end of file