* Model/GNUmakefile enable build of test app, fix resource files ref.

* Model/test.gmodel remove ref to IMCustomView.
	* Model/GMAppKit.m add test for XRAW backend.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
far 1998-11-06 04:01:33 +00:00
parent 52b197e8af
commit c1b0786d0a
8 changed files with 30 additions and 20 deletions

View file

@ -124,8 +124,8 @@ static BOOL _needsFlushWindows = YES;
int style;
NSDebugLog(@"NSWindow -init\n");
// default style
style = NSTitledWindowMask | NSClosableWindowMask // mask
// default window
style = NSTitledWindowMask | NSClosableWindowMask // style mask
| NSMiniaturizableWindowMask | NSResizableWindowMask;
return [self initWithContentRect:NSZeroRect