home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume16 / xmag / patch1 < prev    next >
Encoding:
Text File  |  1992-03-04  |  3.3 KB  |  100 lines

  1. Newsgroups: comp.sources.x
  2. Path: uunet!think.com!mips!msi!dcmartin
  3. From: pjs@pa.dec.com
  4. Subject: v16i110: xmag, Patch1, Part01/01
  5. Message-ID: <1992Mar5.220102.10012@msi.com>
  6. Originator: dcmartin@fascet
  7. Sender: dcmartin@msi.com (David C. Martin - Moderator)
  8. Organization: Molecular Simulations, Inc.
  9. References: <csx-16i110-xmag/patch1@uunet.UU.NET>
  10. Date: Thu, 5 Mar 1992 22:01:02 GMT
  11. Approved: dcmartin@msi.com
  12.  
  13. Submitted-by: pjs@pa.dec.com
  14. Posting-number: Volume 16, Issue 110
  15. Archive-name: xmag/patch1
  16. Patch-To: xmag: Volume 16, Issue 85
  17.  
  18. #! /bin/sh
  19. # This is a shell archive.  Remove anything before this line, then unpack
  20. # it by saving it into a file and typing "sh file".  To overwrite existing
  21. # files, type "sh file -c".  You can also feed this as standard input via
  22. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  23. # will see the following message at the end:
  24. #        "End of shell archive."
  25. # Contents:  patch1 patch2
  26. # Wrapped by pjs@tbezier.pa.dec.com on Fri Feb 21 11:17:19 1992
  27. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  28. if test -f 'patch1' -a "${1}" != "-c" ; then 
  29.   echo shar: Will not clobber existing file \"'patch1'\"
  30. else
  31. echo shar: Extracting \"'patch1'\" \(1197 characters\)
  32. sed "s/^X//" >'patch1' <<'END_OF_FILE'
  33. X*** xmag.c.orig    Fri Feb 21 09:36:04 1992
  34. X--- xmag.c    Fri Feb 21 09:45:38 1992
  35. X***************
  36. X*** 543,549 ****
  37. X      int     x, y,             /* cursor position */
  38. X          oX, oY,         /* old cursor position */
  39. X          junkX, junkY;        /* used in QueryPointer */
  40. X!     short     state;            /* used in QueryPointer */
  41. X      Boolean    exposed = False;
  42. X      static Cursor    crosshair = (Cursor)NULL;
  43. X  
  44. X--- 543,549 ----
  45. X      int     x, y,             /* cursor position */
  46. X          oX, oY,         /* old cursor position */
  47. X          junkX, junkY;        /* used in QueryPointer */
  48. X!     u_int     state;            /* used in QueryPointer */
  49. X      Boolean    exposed = False;
  50. X      static Cursor    crosshair = (Cursor)NULL;
  51. X  
  52. X***************
  53. X*** 818,824 ****
  54. X      int     x, y,             /* cursor position */
  55. X          junkX, junkY;        /* used in QueryPointer */
  56. X      int        lastX, lastY;
  57. X!     short     state;            /* used in QueryPointer */
  58. X      int        done = 0;
  59. X      extern void    DisplayPixelValue();
  60. X      Dimension    width, height;
  61. X--- 818,824 ----
  62. X      int     x, y,             /* cursor position */
  63. X          junkX, junkY;        /* used in QueryPointer */
  64. X      int        lastX, lastY;
  65. X!     u_int     state;            /* used in QueryPointer */
  66. X      int        done = 0;
  67. X      extern void    DisplayPixelValue();
  68. X      Dimension    width, height;
  69. END_OF_FILE
  70. if test 1197 -ne `wc -c <'patch1'`; then
  71.     echo shar: \"'patch1'\" unpacked with wrong size!
  72. fi
  73. # end of 'patch1'
  74. fi
  75. if test -f 'patch2' -a "${1}" != "-c" ; then 
  76.   echo shar: Will not clobber existing file \"'patch2'\"
  77. else
  78. echo shar: Extracting \"'patch2'\" \(173 characters\)
  79. sed "s/^X//" >'patch2' <<'END_OF_FILE'
  80. X*** patchlevel.h.orig    Fri Feb 21 11:07:14 1992
  81. X--- patchlevel.h    Fri Feb 21 11:07:04 1992
  82. X***************
  83. X*** 1 ****
  84. X! #define PATCHLEVEL 0
  85. X--- 1 ----
  86. X! #define PATCHLEVEL 1
  87. END_OF_FILE
  88. if test 173 -ne `wc -c <'patch2'`; then
  89.     echo shar: \"'patch2'\" unpacked with wrong size!
  90. fi
  91. # end of 'patch2'
  92. fi
  93. echo shar: End of shell archive.
  94. exit 0
  95. -- 
  96. --
  97. Molecular Simulations, Inc.            mail: dcmartin@msi.com
  98. 796 N. Pastoria Avenue                uucp: uunet!dcmartin
  99. Sunnyvale, California 94086            at&t: 408/522-9236
  100.