aboutsummaryrefslogtreecommitdiff
path: root/graphics/xli/files
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2005-09-25 11:20:42 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2005-09-25 11:20:42 +0000
commit0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac (patch)
treecbfb43a957c2ca1aeec1fb86453891b3d15f1951 /graphics/xli/files
parent88454ce5479f4f635505b145f3566b0704d93e94 (diff)
downloadports-0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac.tar.gz
ports-0ac143df1faac7ea9b8d58a6a388ea57ef2a24ac.zip
Upgrade to the 2005-09-04 snapshot.
PR: ports/86537 Submitted by: Rostislav Krasny <rosti.bsd@gmail.com>
Notes
Notes: svn path=/head/; revision=143518
Diffstat (limited to 'graphics/xli/files')
-rw-r--r--graphics/xli/files/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/xli/files/patch-ab b/graphics/xli/files/patch-ab
deleted file mode 100644
index 20a416e7bbeb..000000000000
--- a/graphics/xli/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- xli.c.orig Wed Feb 9 14:53:35 2000
-+++ xli.c Mon Mar 26 10:37:35 2001
-@@ -369,8 +369,8 @@
- winheight = globals.dinfo.height;
-
- if (!images[0].ats) {
-- atx = (winwidth - inew->width) / 2;
-- aty = (winheight - inew->height) / 2;
-+ atx = (int)(winwidth - inew->width) / 2;
-+ aty = (int)(winheight - inew->height) / 2;
- }
- /* use clip to put border around image */
- itmp = clip(inew, -atx, -aty, winwidth, winheight,