aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/x11-fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/devdraw/x11-fill.c')
-rw-r--r--src/cmd/devdraw/x11-fill.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cmd/devdraw/x11-fill.c b/src/cmd/devdraw/x11-fill.c
index fc43a684..adead1ea 100644
--- a/src/cmd/devdraw/x11-fill.c
+++ b/src/cmd/devdraw/x11-fill.c
@@ -23,7 +23,7 @@ _xfillcolor(Memimage *m, Rectangle r, u32int v)
Point p;
Xmem *xm;
XGC gc;
-
+
xm = m->X;
assert(xm != nil);
@@ -52,5 +52,3 @@ _xfillcolor(Memimage *m, Rectangle r, u32int v)
p = subpt(r.min, m->r.min);
XFillRectangle(_x.display, xm->pixmap, gc, p.x, p.y, Dx(r), Dy(r));
}
-
-