home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / x11r5pat.zip / xmag.patch < prev   
Text File  |  1992-08-11  |  600b  |  30 lines

  1. *** xmag.c.orig    Wed Sep 18 08:48:47 1991
  2. --- xmag.c    Tue Aug 11 16:37:32 1992
  3. ***************
  4. *** 888,894 ****
  5.   
  6.   
  7.   
  8. ! static Widget pane1, pane2, pane3, cclose, replace, new, select, paste, label;
  9.   
  10.   /*
  11.    * PopupNewScale() -- Create and popup a new scale composite.
  12. --- 888,894 ----
  13.   
  14.   
  15.   
  16. ! static Widget pane1, pane2, pane3, cclose, replace, new, paste, label;
  17.   
  18.   /*
  19.    * PopupNewScale() -- Create and popup a new scale composite.
  20. ***************
  21. *** 897,902 ****
  22. --- 897,903 ----
  23.   PopupNewScale(data)
  24.        hlPtr data;
  25.   {
  26. +   Widget select;
  27.     Arg warg;
  28.   
  29.     data->scaleShell = 
  30.