oops, forgot two patches in the upgrade to version 1.11

This commit is contained in:
Chris Piazza 1999-09-27 16:55:25 +00:00
parent eb57f2bce4
commit f7777de6e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22008
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- lcx11.cxx.orig Thu Feb 25 20:17:54 1999
+++ lcx11.cxx Sat Sep 25 17:47:12 1999
@@ -715,7 +715,7 @@
#ifdef USE_IMAGES
Fgl_putbox_low (display.win, 0, 0,
x1, y1, x2 - x1, y2 - y1,
- pixmap, (640 + BORDERX),
+ (unsigned char*)pixmap, (640 + BORDERX),
x1, y1);
#else
int x, y;

View File

@ -0,0 +1,8 @@
--- main.cxx.orig Thu Feb 25 20:17:54 1999
+++ main.cxx Sat Sep 25 17:56:44 1999
@@ -780,5 +780,4 @@
if ((dp = opendir (dir)) == NULL)
{
- closedir (dp);
return 0;
}