Hi,
Since you mentioned in your first patch that this fix is inspired by behavior on Windows, please add a test to our test suite to prove it.
Roderick
The previous patch returns the incorrect variable, so I've made the correction in this resend.
dlls/winex11.drv/init.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
On Sun, Oct 19, 2008 at 3:53 AM, Roderick Colenbrander thunderbird2k@gmx.net wrote:
Hi,
Since you mentioned in your first patch that this fix is inspired by behavior on Windows, please add a test to our test suite to prove it.
Roderick
Where would the conformance tests for winex11.drv be located? Their location was not obvious to me, and a methodology for testing my change was not obvious to me, so I didn't think to include a test.
"Andrew Nguyen" arethusa26@gmail.com wrote:
Where would the conformance tests for winex11.drv be located? Their location was not obvious to me, and a methodology for testing my change was not obvious to me, so I didn't think to include a test.
Find out which DLL exports GetDeviceCaps, winex11.drv is just a backend.