PATCH: XRandR part 1

Dimitrie O. Paun dpaun at rogers.com
Sun Oct 12 00:49:37 CDT 2003


On October 11, 2003 03:01 pm, Alex Pasadyn wrote:
> I'm sending this in two parts because I added some files and can't get
> cvs diff to have them show up.

Of course, cvs diff will ignore these files. You need to add them manually
to diff. To do so, you do:

   $ cvs diff dlls/x11drv > randr.diff
   $ diff -u /dev/null dlls/x11drv/settings.c >> randr.diff
   $ diff -u /dev/null dlls/x11drv/xrandr.c >> randr.diff
   $ diff -u /dev/null dlls/x11drv/xrandr.h >> randr.diff

-- 
Dimi.




More information about the wine-devel mailing list