PATCH: freedesktop-xserver / kdrive

Evan K. Langlois Evan at CoolRunningConcepts.com
Sat Oct 2 00:34:09 PDT 2004


Hi,

Not sure if this is the correct place to send patches (probably not, so
feel free to direct me), but I thought I'd report this little typo in
the xserver package.  I hope the formats and such are correct.

--- render/render.c     2004-08-02 23:25:31.000000000 -0500
+++ render/render.c.new 2004-10-02 02:29:20.789940456 -0500
@@ -2615,8 +2615,8 @@
        (extra = (char *) ALLOCATE_LOCAL (extra_len)))
     {
        memcpy (extra, stuff + 1, extra_len);
-       x_off = stuff->x_off;
-       y_off = stuff->y_off;
+       x_off = stuff->xOff;
+       y_off = stuff->yOff;
        FOR_NSCREENS_FORWARD(j) {
            if (j) memcpy (stuff + 1, extra, extra_len);
            stuff->picture = picture->info[j].id;


Thank You,
Evan K. Langlois
Evan at CoolRunningConcepts.com
http://CoolRunningConcepts.com





More information about the xorg mailing list