summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xtscal/xtscal/change-cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xtscal/xtscal/change-cross.patch')
-rw-r--r--meta/recipes-graphics/xtscal/xtscal/change-cross.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-graphics/xtscal/xtscal/change-cross.patch b/meta/recipes-graphics/xtscal/xtscal/change-cross.patch
deleted file mode 100644
index 1da7717869..0000000000
--- a/meta/recipes-graphics/xtscal/xtscal/change-cross.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1Upstream-Status: Pending
2
3--- tmp/main.c.orig 2007-01-02 15:39:54.000000000 +0000
4+++ tmp/main.c 2007-01-02 15:39:54.000000000 +0000
5@@ -131,9 +131,10 @@
6 {
7 XRenderFillRectangles (dpy, PictOpSrc, pict, &rect_color, rectangles, 2);
8
9- XFillArc (dpy, crosshair_w, crosshair_gc, (CROSSHAIR_SIZE / 2) - (WIDTH / 2) - 1,
10- (CROSSHAIR_SIZE / 2) - (WIDTH / 2) - 1,
11- WIDTH + 1, WIDTH + 1, 0, 360 * 64);
12+ XFillRectangle (dpy, crosshair_w, crosshair_gc,
13+ (CROSSHAIR_SIZE / 2) - (WIDTH / 2),
14+ (CROSSHAIR_SIZE / 2) - (WIDTH / 2),
15+ WIDTH, WIDTH);
16 }
17
18 void