rebar patch

Mike McCormack mike at codeweavers.com
Thu Mar 23 20:14:59 CST 2006


qingdoa daoo wrote:
> Hi
>   Can i suggest a patch to wine's rebar src
> 
> The patch is made against current cvs source.
> [root at localhost comctl32]# diff -u rebar.c.cvs rebar.c > attach.diff
> --- rebar.c.cvs 2006-03-24 09:53:28.000000000 +0800
> +++ rebar.c     2006-03-24 09:38:29.000000000 +0800

Sure, we like patches.  Please send them to wine-patches at winehq.org. 
You might also consider doing the diff in the wine directory:

cd wine
diff -urp dlls/comctl32/rebar.c.cvs dlls/comctl32/rebar.c > attach.diff

That makes it easier to apply the patch, because whoever applies it 
doesn't have to figure out that it's against a file in dlls/comctl32.

Then attach it to your mail as you have, with a ChangeLog line, 
something like:

ChangeLog:
Let apps remember rebar layout across runs.

Mike  (who especially likes Qingdao pijiu)



More information about the wine-devel mailing list