1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/games/xtron/files/patch-ab
Steve Price 6de60b3824 Initial import of xtron version 1.1a.
The game of Tron for the X Windowing System.

PR:		6171
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1999-01-11 05:22:45 +00:00

12 lines
751 B
Plaintext

--- resource.c Sun Apr 23 22:39:03 1995
+++ /home/andy/tmp/wrk/resource.c Sun Mar 29 23:05:40 1998
@@ -101,7 +101,7 @@
if ((XTRONresources = XrmGetFileDatabase("./.xtronrc")) == NULL) {
if ((XTRONresources = XrmGetFileDatabase("$HOME/xtronrc")) == NULL) {
if ((XTRONresources = XrmGetFileDatabase("$HOME/.xtronrc")) == NULL) {
- if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/xtronrc")) == NULL) {
+ if ((XTRONresources = XrmGetFileDatabase("/usr/X11R6/lib/X11/app-defaults/Tron")) == NULL) {
if ((XTRONresources = XrmGetFileDatabase("/usr/X11/lib/X11/app-defaults/.xtronrc")) == NULL) {
fprintf(stderr,"error: unable to open/read resource file xtronrc\n");
return(0);