home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.x
- Path: uunet!think.com!mips!msi!dcmartin
- From: pjs@pa.dec.com
- Subject: v16i110: xmag, Patch1, Part01/01
- Message-ID: <1992Mar5.220102.10012@msi.com>
- Originator: dcmartin@fascet
- Sender: dcmartin@msi.com (David C. Martin - Moderator)
- Organization: Molecular Simulations, Inc.
- References: <csx-16i110-xmag/patch1@uunet.UU.NET>
- Date: Thu, 5 Mar 1992 22:01:02 GMT
- Approved: dcmartin@msi.com
-
- Submitted-by: pjs@pa.dec.com
- Posting-number: Volume 16, Issue 110
- Archive-name: xmag/patch1
- Patch-To: xmag: Volume 16, Issue 85
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of shell archive."
- # Contents: patch1 patch2
- # Wrapped by pjs@tbezier.pa.dec.com on Fri Feb 21 11:17:19 1992
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test -f 'patch1' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'patch1'\"
- else
- echo shar: Extracting \"'patch1'\" \(1197 characters\)
- sed "s/^X//" >'patch1' <<'END_OF_FILE'
- X*** xmag.c.orig Fri Feb 21 09:36:04 1992
- X--- xmag.c Fri Feb 21 09:45:38 1992
- X***************
- X*** 543,549 ****
- X int x, y, /* cursor position */
- X oX, oY, /* old cursor position */
- X junkX, junkY; /* used in QueryPointer */
- X! short state; /* used in QueryPointer */
- X Boolean exposed = False;
- X static Cursor crosshair = (Cursor)NULL;
- X
- X--- 543,549 ----
- X int x, y, /* cursor position */
- X oX, oY, /* old cursor position */
- X junkX, junkY; /* used in QueryPointer */
- X! u_int state; /* used in QueryPointer */
- X Boolean exposed = False;
- X static Cursor crosshair = (Cursor)NULL;
- X
- X***************
- X*** 818,824 ****
- X int x, y, /* cursor position */
- X junkX, junkY; /* used in QueryPointer */
- X int lastX, lastY;
- X! short state; /* used in QueryPointer */
- X int done = 0;
- X extern void DisplayPixelValue();
- X Dimension width, height;
- X--- 818,824 ----
- X int x, y, /* cursor position */
- X junkX, junkY; /* used in QueryPointer */
- X int lastX, lastY;
- X! u_int state; /* used in QueryPointer */
- X int done = 0;
- X extern void DisplayPixelValue();
- X Dimension width, height;
- END_OF_FILE
- if test 1197 -ne `wc -c <'patch1'`; then
- echo shar: \"'patch1'\" unpacked with wrong size!
- fi
- # end of 'patch1'
- fi
- if test -f 'patch2' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'patch2'\"
- else
- echo shar: Extracting \"'patch2'\" \(173 characters\)
- sed "s/^X//" >'patch2' <<'END_OF_FILE'
- X*** patchlevel.h.orig Fri Feb 21 11:07:14 1992
- X--- patchlevel.h Fri Feb 21 11:07:04 1992
- X***************
- X*** 1 ****
- X! #define PATCHLEVEL 0
- X--- 1 ----
- X! #define PATCHLEVEL 1
- END_OF_FILE
- if test 173 -ne `wc -c <'patch2'`; then
- echo shar: \"'patch2'\" unpacked with wrong size!
- fi
- # end of 'patch2'
- fi
- echo shar: End of shell archive.
- exit 0
- --
- --
- Molecular Simulations, Inc. mail: dcmartin@msi.com
- 796 N. Pastoria Avenue uucp: uunet!dcmartin
- Sunnyvale, California 94086 at&t: 408/522-9236
-