mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
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:
parent
7c9f5acd32
commit
62456d6c53
5 changed files with 39 additions and 9 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue