qingdoa daoo wrote:
Hi Can i suggest a patch to wine's rebar src
The patch is made against current cvs source. [root@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@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)