Re: patch for error handling after driver callback calls.

2003-10-11 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > I understand your idea and it makes perfect sense. Maybe the description of my > patch wasn't clear enough. And maybe I shouldn't have changed SetTextColor and > SetBkColor (that were actually the only callbacks that were well implemented on > both the driver side and t

Re: patch for error handling after driver callback calls.

2003-10-10 Thread Dave_Belanger
Dave Alexandre Julliard <[EMAIL PROTECTED]> on 10/09/2003 07:37:42 PM To: Dave Belanger/[EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: patch for error handling after driver callback calls. [EMAIL PROTECTED] writes: > (See attached file: patch_callbacks_return.txt) The id

Re: patch for error handling after driver callback calls.

2003-10-09 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: > (See attached file: patch_callbacks_return.txt) The idea is that the DC interface functions should behave just like the corresponding APIs, so if the API returns the old value the DC function should do that too. This way it guarantees that we can implement the full beh