diff -ru xlife.orig/main.c xlife.p1/main.c --- xlife.orig/main.c Sat Jun 3 03:07:42 1995 +++ xlife.p1/main.c Tue Jun 18 05:12:48 1996 @@ -31,12 +31,9 @@ #include "defs.h" #include "tile.h" -#define char unsigned char #include "icon.h" #include "cursor_data.h" #include "cursor_mask.h" -#undef char - #include "patchlevel.h" extern char *getenv(); @@ -133,7 +130,7 @@ XPOS(event.xmotion.x,xpos), YPOS(event.xmotion.y,ypos), paintcolor); } - else if (event.xmotion.state & Button3MotionMask) + else if (event.xmotion.state & Button2MotionMask) { /* erase the old box, draw the new one */ erasebox(loadx, loady, savex, savey); diff -ru xlife.orig/patchlevel.h xlife.p1/patchlevel.h --- xlife.orig/patchlevel.h Mon Nov 13 15:19:20 1995 +++ xlife.p1/patchlevel.h Tue Jun 18 05:12:23 1996 @@ -20,4 +20,4 @@ * PERFORMANCE OF THIS SOFTWARE. */ -static char *level="xlife 5 patchlevel 0"; +static char *level="xlife 5 patchlevel 1";