Fxi flipping in xlib. New background color method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-09-19 22:19:50 +00:00
parent 7c9f5acd32
commit 62456d6c53
5 changed files with 39 additions and 9 deletions

View file

@ -315,6 +315,10 @@ DWORD windowStyleForGSStyle(int style)
//NSLog(@"Resulted in %d ", GetWindowLong((HWND)winNum, GWL_STYLE));
}
- (void) setbackgroundcolor: (NSColor *)color : (int)win
{
}
/** Changes window's the backing store to type */
- (void) windowbacking: (NSBackingStoreType)type : (int) winNum
{