diff -ur gnustep-gui-0.9.4/Source/Functions.m gnustep-gui-0.9.4-testing/Source/Functions.m --- gnustep-gui-0.9.4/Source/Functions.m 2004-02-08 08:07:24.000000000 -0500 +++ gnustep-gui-0.9.4-testing/Source/Functions.m 2004-09-26 18:32:02.192773040 -0400 @@ -573,9 +573,9 @@ up_sides, grays, 6); } - DPSsetgray(ctxt, NSLightGray); - DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), - NSWidth(rect), NSHeight(rect)); +// DPSsetgray(ctxt, NSLightGray); +// DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), +// NSWidth(rect), NSHeight(rect)); } void @@ -609,9 +609,9 @@ DPSrectfill(ctxt, NSMaxX(aRect) - 2., NSMaxY(aRect) - 2., 1., 1.); } - DPSsetgray(ctxt, NSLightGray); - DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), - NSWidth(rect), NSHeight(rect)); +// DPSsetgray(ctxt, NSLightGray); +// DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), +// NSWidth(rect), NSHeight(rect)); } void @@ -637,9 +637,9 @@ up_sides, grays, 8); } - DPSsetgray(ctxt, NSLightGray); - DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), - NSWidth(rect), NSHeight(rect)); +// DPSsetgray(ctxt, NSLightGray); +// DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), +// NSWidth(rect), NSHeight(rect)); } void @@ -665,9 +665,9 @@ up_sides, grays, 8); } - DPSsetgray(ctxt, NSWhite); - DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), - NSWidth(rect), NSHeight(rect)); +// DPSsetgray(ctxt, NSWhite); +// DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), +// NSWidth(rect), NSHeight(rect)); } void @@ -771,9 +771,9 @@ up_sides, grays, 6); } - DPSsetgray(ctxt, NSLightGray); - DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), - NSWidth(rect), NSHeight(rect)); +// DPSsetgray(ctxt, NSLightGray); +// DPSrectfill(ctxt, NSMinX(rect), NSMinY(rect), +// NSWidth(rect), NSHeight(rect)); } void Only in gnustep-gui-0.9.4-testing/Source: Functions.m.orig diff -ur gnustep-gui-0.9.4/Source/NSApplication.m gnustep-gui-0.9.4-testing/Source/NSApplication.m --- gnustep-gui-0.9.4/Source/NSApplication.m 2004-07-22 19:57:46.000000000 -0400 +++ gnustep-gui-0.9.4-testing/Source/NSApplication.m 2004-09-26 19:02:03.996857184 -0400 @@ -223,6 +223,27 @@ [backend initializeBackend]; } + /* hack to load arbitrary bundles - Alexander Malmberg 2002-05-09 */ + { + NSUserDefaults *defs=[NSUserDefaults standardUserDefaults]; + NSString *s=[defs stringForKey: @"GUIThemeBundles"]; + NSArray *a=[s componentsSeparatedByString: @" "]; + int i,c=[a count]; + + NSLog(@"try loading '%@'",s); + for (i=0;i