home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume4 / xgone / patch2 < prev    next >
Internet Message Format  |  1989-06-12  |  1KB

  1. Path: uunet!island!argv
  2. From: argv@island.uu.net (Dan Heller)
  3. Newsgroups: comp.sources.x
  4. Subject: v04i025:  xgone, Patch2
  5. Message-ID: <820@island.uu.net>
  6. Date: 12 Jun 89 18:58:04 GMT
  7. Organization: Island Graphics, Marin County, California
  8. Lines: 34
  9. Approved: island!argv@sun.com
  10.  
  11. Submitted-by: Richard Johnson <ucbcad!topdog.Ucsb.EDU!raj>
  12. Posting-number: Volume 4, Issue 25
  13. Archive-name: xgone/patch2
  14.  
  15. This fixes yet another small bug in xgone dealing with misuse of a (char *).
  16.  
  17. Richard.
  18.  
  19. *** bk_patchlevel.h    Wed Jun  7 12:14:41 1989
  20. --- patchlevel.h    Wed Jun  7 12:15:39 1989
  21. ***************
  22. *** 1 ****
  23. ! #define PATCHLEVEL 1
  24. --- 1 ----
  25. ! #define PATCHLEVEL 2
  26. *** bk_xgone.c    Wed Jun  7 12:14:42 1989
  27. --- xgone.c    Wed Jun  7 12:15:18 1989
  28. ***************
  29. *** 24,30 ****
  30.   #define control(a)    ((a) - ('@'))    /* control characters */
  31.   
  32.   char    DspMsg[1024]="X Gone";    /* Default message to display */
  33. ! char    *Dsptime="Started: ";        /* Time command was started */
  34.   int    fontheight;            /* height of one line of text */
  35.   Pixmap    textpixmap;            /* pixmap to hold text */
  36.   int    textwidth, textheight;        /* sizes of whole text area */
  37. --- 24,30 ----
  38.   #define control(a)    ((a) - ('@'))    /* control characters */
  39.   
  40.   char    DspMsg[1024]="X Gone";    /* Default message to display */
  41. ! char    Dsptime[100]="Started: ";    /* Time command was started */
  42.   int    fontheight;            /* height of one line of text */
  43.   Pixmap    textpixmap;            /* pixmap to hold text */
  44.   int    textwidth, textheight;        /* sizes of whole text area */
  45.