$NetBSD: patch-ac,v 1.1.1.1 2001/03/14 10:38:11 wiz Exp $ --- src/FSFinder.c.orig Sat Oct 9 20:45:24 1999 +++ src/FSFinder.c @@ -138,11 +138,11 @@ } memset((void *) &attributes, 0, sizeof(GNUstepWMAttributes)); - attributes.window_style = (NSTitledWindowMask | - NSMiniaturizableWindowMask | - NSClosableWindowMask | - NSResizableWindowMask); - attributes.window_level = NSNormalWindowLevel; + attributes.window_style = (WMTitledWindowMask | + WMMiniaturizableWindowMask | + WMClosableWindowMask | + WMResizableWindowMask); + attributes.window_level = WMNormalWindowLevel; attributes.extra_flags = GSFullKeyboardEventsFlag; attributes.flags = (GSWindowStyleAttr | GSWindowLevelAttr | GSExtraFlagsAttr);