summaryrefslogtreecommitdiff
path: root/src/main-x11.c.rej
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-x11.c.rej')
-rw-r--r--src/main-x11.c.rej17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main-x11.c.rej b/src/main-x11.c.rej
deleted file mode 100644
index 43a35fb7..00000000
--- a/src/main-x11.c.rej
+++ /dev/null
@@ -1,17 +0,0 @@
-***************
-*** 3198,3199
-- /* Try the "20x20.bmp" file */
-- path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/20x20.bmp");
---- 3198,3199 -----
-+ /* Try the "16x16.bmp" file */
-+ path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/16x16.bmp");
-***************
-*** 3201
-- /* Use the "20x20.bmp" file if it exists */
---- 3201 -----
-+ /* Use the "16x16.bmp" file if it exists */
-***************
-*** 3208
-- pict_wid = pict_hgt = 20;
---- 3208 -----
-+ pict_wid = pict_hgt = 16;