mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
16
meta/packages/xtscal/xtscal/change-cross.patch
Normal file
16
meta/packages/xtscal/xtscal/change-cross.patch
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user