mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Correct wrong parameter name in last patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25986 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
656e194d8b
commit
bef465dd15
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/win32/WIN32Server.m (-setWindowdevice:forContext:):
|
||||
Correct wrong parameter name.
|
||||
|
||||
2008-01-19 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/x11/XGServerWindow.m: (-setWindowdevice:forContext:),
|
||||
|
|
|
@ -1111,7 +1111,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg,
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (void) setWindowdevice: (int)win forContext: (NSGraphicsContext *)ctxt
|
||||
- (void) setWindowdevice: (int)winNum forContext: (NSGraphicsContext *)ctxt
|
||||
{
|
||||
RECT rect;
|
||||
float h, l, r, t, b;
|
||||
|
|
Loading…
Reference in a new issue