home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March / PCWK3A99.iso / Linux / DDD331 / DDD-3_1_.000 / DDD-3_1_ / ddd-3.1.1 / patches / lesstif-0.85.patch < prev   
Encoding:
Text File  |  1998-06-05  |  1.1 KB  |  35 lines

  1. # $Id: lesstif-0.85.patch,v 1.1 1998/06/05 17:29:28 zeller Exp $
  2.  
  3. This file contains a patch for lesstif-0.85.  We suggest that this
  4. patch be applied (using `patch -l < lesstif-0.85.patch') before
  5. building LessTif and running DDD with LessTif.
  6.  
  7. *** lesstif-0.85/lib/Xm/ScrolledW.c.orig    Wed May 27 20:52:23 1998
  8. --- lesstif-0.85/lib/Xm/ScrolledW.c    Fri Jun  5 19:18:02 1998
  9. ***************
  10. *** 53,63 ****
  11.   /* rws 25 Mar 1998
  12.      With this undefined the page list of mgv and mfm work correctly. The mfm
  13.      problem can be seen if you start it and then select a directory from the
  14.      middle list.  At this point the list on the right gets real tiny.
  15.    */
  16. ! #undef MFM_BUGS
  17.   
  18.   /* Forward Declarations */
  19.   
  20.   #if 1
  21.   static void class_initialize();
  22. --- 53,63 ----
  23.   /* rws 25 Mar 1998
  24.      With this undefined the page list of mgv and mfm work correctly. The mfm
  25.      problem can be seen if you start it and then select a directory from the
  26.      middle list.  At this point the list on the right gets real tiny.
  27.    */
  28. ! #define MFM_BUGS 1
  29.   
  30.   /* Forward Declarations */
  31.   
  32.   #if 1
  33.   static void class_initialize();
  34.  
  35.