summaryrefslogtreecommitdiff
path: root/games/xataxx/files/patch-display.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-03-16 22:08:29 +0100
committerRene Ladan <rene@FreeBSD.org>2024-03-16 22:09:16 +0100
commit8d98869f0dbc1e2368562055d214a6ac89ddaac6 (patch)
tree3d7d755faf3dc11d53fb99da31cd44302ae3b67c /games/xataxx/files/patch-display.c
parentprint/py-weasyprint: update 58.0 -> 61.2 (diff)
games/xataxx: Remove expired port
2024-03-15 games/xataxx: No available WWW
Diffstat (limited to 'games/xataxx/files/patch-display.c')
-rw-r--r--games/xataxx/files/patch-display.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/games/xataxx/files/patch-display.c b/games/xataxx/files/patch-display.c
deleted file mode 100644
index 3aa1763573e6..000000000000
--- a/games/xataxx/files/patch-display.c
+++ /dev/null
@@ -1,27 +0,0 @@
---- display.c.orig
-+++ display.c
-@@ -1,4 +1,6 @@
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
- #include <math.h>
-@@ -145,7 +147,7 @@
- int occ,x,y;
-
- if (currdpy != dpy && !botmode)
-- return;
-+ return(0);
- wipemap(currdpy, currbamp, currgc, currscr, currwin);
- for (y=0;y!=ysize;y++)
- for (x=0;x!=xsize;x++)
-@@ -386,7 +388,7 @@
- XFlush(currdpy);
- }
- XNextEvent(dpy,&event);
-- return;
-+ return(0);
- }
- }
-