Pierre d'Herbemont wrote:
dlls/winequartz.drv/Makefile.in | 4 +- dlls/winequartz.drv/event.c | 74 +++++++++++++++++++++++++++++++ dlls/winequartz.drv/quartzdrv.h | 5 ++ dlls/winequartz.drv/quartzdrv_carbon.c | 46 +++++++++++++++++++ dlls/winequartz.drv/winequartz.drv.spec | 2 -
For the quartz driver, as it's not going to cause regressions in existing code, you're probably better off submitting the entire thing in one big patch. Show us what the completed thing looks like, then we can give you better feedback on it.
If it's too big to post to wine-patches, try put it on a website, and submit a link to it.
Mike
On 10/23/06, Mike McCormack mike@codeweavers.com wrote:
For the quartz driver, as it's not going to cause regressions in existing code, you're probably better off submitting the entire thing in one big patch. Show us what the completed thing looks like, then we can give you better feedback on it.
If it's too big to post to wine-patches, try put it on a website, and submit a link to it.
Julliard has reviewed it and decided he wanted it in small chunks. There is a bit of duplication with x11drv so he wants it developed a bit at a time so we can abstract the duplication away.