fix appearance of the calibration crosshair

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1111 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Tomas Frydrych 2007-01-02 16:15:45 +00:00
parent 7d621ff99a
commit 94ad9963c1
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,16 @@
--- tmp/main.c.orig 2007-01-02 15:39:54.000000000 +0000
+++ tmp/main.c 2007-01-02 15:39:54.000000000 +0000
@@ -131,9 +131,10 @@
{
XRenderFillRectangles (dpy, PictOpSrc, pict, &rect_color, rectangles, 2);
- XFillArc (dpy, crosshair_w, crosshair_gc, (CROSSHAIR_SIZE / 2) - (WIDTH / 2) - 1,
- (CROSSHAIR_SIZE / 2) - (WIDTH / 2) - 1,
- WIDTH + 1, WIDTH + 1, 0, 360 * 64);
+ XFillRectangle (dpy, crosshair_w, crosshair_gc,
+ (CROSSHAIR_SIZE / 2) - (WIDTH / 2),
+ (CROSSHAIR_SIZE / 2) - (WIDTH / 2),
+ WIDTH, WIDTH);
}
void

View File

@ -4,9 +4,10 @@ SECTION = "x11/base"
DEPENDS = "virtual/libx11 libxft libxrandr xcalibrate"
PR = "r1"
PR = "r2"
SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
file://change-cross.patch;patch=1 \
file://xtscal-cxk.patch;patch=1"
inherit autotools