Re: user32: Test destroying the cursor of a parent process.

2008-03-18 Thread Saulius Krasuckas
* On Tue, 8 Jan 2008, Eric Pouech wrote: * Andrew Riedi a écrit : dlls/user32/tests/cursoricon.c | 201 ... +static void do_child(void) +{ +WNDCLASS class; +MSG msg; +BOOL ret; + +/* Register a new class. */ +

Re: user32: Test destroying the cursor of a parent process.

2008-03-18 Thread Robert Shearman
Saulius Krasuckas wrote: * On Tue, 8 Jan 2008, Eric Pouech wrote: * Andrew Riedi a écrit : dlls/user32/tests/cursoricon.c | 201 ... +static void do_child(void) +{ +WNDCLASS class; +MSG msg; +BOOL ret; + +

Re: user32: Test destroying the cursor of a parent process.

2008-01-24 Thread Dmitry Timoshkov
Andrew Riedi [EMAIL PROTECTED] wrote: I made some changes from the last time I talked to AJ - mainly exit code stuff. changelog: user32: Test destroying the cursor of a parent process. Also there was a complaint that ok() call ersults in the child process are not included in the final

Re: user32: Test destroying the cursor of a parent process.

2008-01-08 Thread Eric Pouech
Andrew Riedi a écrit : changelog: user32: Test destroying the cursor of a parent process. -- Andrew Riedi From 25a6a6a2eee92c4325d730ff85bd7cdf01bf2ace Mon Sep 17 00:00:00 2001 From: Andrew Riedi [EMAIL PROTECTED

Re: user32: Test destroying the cursor of a parent process.

2007-12-27 Thread Dmitry Timoshkov
Andrew Riedi [EMAIL PROTECTED] wrote: changelog: user32: Test destroying the cursor of a parent process. This doesn't look at all like a suggested way to test interprocess cursor handles we discussed on IRC: create a process, create a window in it, use SendMessage to pass requests/results