home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume12 / xstrek / patch1 next >
Internet Message Format  |  1991-03-20  |  2KB

  1. Path: uunet!ukma!asuvax!cs.utexas.edu!sun-barr!newstop!exodus!agd.fhg.de!pfuetz
  2. From: pfuetz@agd.fhg.de
  3. Newsgroups: comp.sources.x
  4. Subject: v12i043: xstrek, Patch1, Part01/01
  5. Message-ID: <10106@exodus.Eng.Sun.COM>
  6. Date: 20 Mar 91 11:37:23 GMT
  7. References: <csx-12i043:xstrek@uunet.UU.NET>
  8. Sender: news@exodus.Eng.Sun.COM
  9. Lines: 61
  10. Approved: argv@sun.com
  11.  
  12. Submitted-by: pfuetz@agd.fhg.de
  13. Posting-number: Volume 12, Issue 43
  14. Archive-name: xstrek/patch1
  15. Patch-To: xstrek: Volume 11, Issue 87-100
  16.  
  17. Here comes patch 1 to xstrek.
  18. xstrek has been posted as articles 87 through 100 in volume 11 of comp.sources.x
  19. This patch has been worked out by Henning Matthias Pangels
  20. (hmp@frc2.frc.ri.cmu.edu). This patch fixes the problem with the nick_name
  21. being wiped out all the time it should be displayed.
  22.  
  23. For all those asking me questions on where to get "f2c" from here comes
  24. some info:
  25.  
  26. Send mail with the following to "netlib@research.att.com"
  27. send help
  28. send index for f2c
  29. and you will get the needed information on how to get the fortran to c 
  30. converter.
  31. ===== cut for the patch =====
  32. *** gpr.h    Mon Mar 11 16:37:19 1991
  33. --- gpr.h~    Mon Jan 21 13:17:17 1991
  34. ***************
  35. *** 16,22 ****
  36.   typedef  long           bitmap_desc_t;
  37.   typedef  unsigned long  plane_t;
  38.   typedef  unsigned long  raster_op_t;
  39. ! typedef  short          coord_t;
  40.   typedef  long           pixel_t;
  41.   
  42.   typedef struct
  43. --- 16,22 ----
  44.   typedef  long           bitmap_desc_t;
  45.   typedef  unsigned long  plane_t;
  46.   typedef  unsigned long  raster_op_t;
  47. ! typedef  long           coord_t;
  48.   typedef  long           pixel_t;
  49.   
  50.   typedef struct
  51. *** patchlevel.h    Mon Mar 11 16:58:52 1991
  52. --- patchlevel.h~    Mon Jan 21 14:07:12 1991
  53. ***************
  54. *** 1 ****
  55. ! #define    PATCHLEVEL    1
  56. --- 1 ----
  57. ! #define    PATCHLEVEL    0
  58. ===== cut again =====
  59.             @work:            | Matthias Pfuetzner  |         @home:
  60.   ZGDV, Wilhelminenstrasse 7  | 6100 Darmstadt, FRG |  Lichtenbergstrasse 73
  61.     +49 6151 155-164 or -101  \    <- Tel.nr. ->    /     +49 6151 75717
  62.    pfuetzner@agd.fhg.de    pfuetzner@zgdvda.UUCP    XBR1YD3U@DDATHD21.BITNET
  63.  
  64. --
  65. Dan Heller
  66. ------------------------------------------------
  67. O'Reilly && Associates         Z-Code Software
  68. Senior Writer                   President
  69. argv@ora.com            argv@zipcode.com
  70. ------------------------------------------------
  71. General Email: argv@sun.com
  72. Comp-sources-x stuff: comp-sources.x@uunet.uu.net
  73.