mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Small fix to last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@26244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c163d1c72
commit
12c58e77d0
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ NSLog(@"Callback");
|
|||
|
||||
NSDebugLLog(@"WTrace", @"stylewindow: %d : %d", style, winNum);
|
||||
SetWindowLong((HWND)winNum, GWL_STYLE, wstyle);
|
||||
SetWindowLong(hwnd, GWL_EXSTYLE, estyle);
|
||||
SetWindowLong((HWND)winNum, GWL_EXSTYLE, estyle);
|
||||
}
|
||||
|
||||
- (void) setbackgroundcolor: (NSColor *)color : (int)win
|
||||
|
|
Loading…
Reference in a new issue