Magellan Linux

Annotation of /trunk/openmotif/patches/openmotif-2.3.2-multilist-stipple.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 873 - (hide annotations) (download)
Fri Jul 24 07:44:27 2009 UTC (14 years, 10 months ago) by niro
File size: 819 byte(s)
openmotif 2.3.2 fixes

1 niro 873 --- openmotif-2.3.1-orig/lib/Xm/I18List.c 2007-09-14 18:29:52.000000000 +0200
2     +++ openmotif-2.3.1/lib/Xm/I18List.c 2008-07-25 23:33:23.000000000 +0200
3     @@ -2086,12 +2086,7 @@
4     values.graphics_exposures = False;
5    
6     mask = GCForeground | GCBackground | GCFont | GCGraphicsExposures;
7     -
8     -#ifdef FIX_1381
9     - smask = mask | GCFillStyle;
10     -#else
11     smask = mask | GCStipple | GCFillStyle;
12     -#endif
13    
14     XmI18List_gc(ilist) = XtGetGC(w, mask, &values);
15    
16     @@ -2122,11 +2117,6 @@
17     XmI18List_entry_background_gc(ilist) = XtGetGC(w, mask, &values);
18     }
19    
20     -#ifdef FIX_1381
21     - /*added for gray insensitive foreground (instead stipple)*/
22     - values.foreground=_XmAssignInsensitiveColor(w);
23     -#endif
24     -
25     XmI18List_stippled_gc(ilist) = XtGetGC(w, smask, &values);
26    
27     if (XmI18List_entry_background_use(ilist))