http://bugs.winehq.org/show_bug.cgi?id=9517
--- Comment #4 from rhb rhbravo2002@yahoo.com 2007-09-21 10:57:25 --- Regression test was incomplete because opengl_ext.c failed to compile over a number of commits.
In version wine-0.9.43-gd644242, the combo boxes showed the drop-down list successfully. The combo boxes failed to drop down on Version wine-0.9.43-g0dde222. The next commit after version wine-0.9.43-gd644242 introduced opengl changes which do not compile on my machine.
If I made another branch in which I either eliminated the first opengl patch or made the second patch immediately after the first, I should be able to build intermediate versions and find the bad commit. Unfortunately, I don't know how to do that yet.
Combo boxes were ok up to this version:
commit d64424216946b8cd9f5e9488db4a456ad805f294
The next versions, beginning here, would not build on my machine:
commit c9d4aec1ae39c3971ebfdc066cd793cffae9a935 Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Fri Aug 17 19:22:12 2007 +0200
opengl32: Fix some gl type bugs.
Beginning with this version, it builds but combo boxes do not display their list:
commit 0dde222bc574f3c0ea31cd63e5896dd5bb1056b8 Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Mon Aug 20 18:04:40 2007 +0200
opengl32: Don't use 64bit gl types.