Adopted to changes in header.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16935 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-06-17 13:28:46 +00:00
parent 81a0e78191
commit fdf5470d7e

View file

@ -497,7 +497,7 @@ GSCurrentServer(void)
/** Sets the style of the window. See [NSWindow -styleMask] for a
description of the available styles */
- (void) stylewindow: (int) style : (int) win
- (void) stylewindow: (unsigned int) style : (int) win
{
[self subclassResponsibility: _cmd];
}
@ -619,7 +619,8 @@ GSCurrentServer(void)
/** Returns the dimensions of the window that are inside the window
frame but are controlled by the window manager. For instance, t
gives the height of the title bar for the window */
- (void) styleoffsets: (float*) l : (float*) r : (float*) t : (float*) b : (int) style
- (void) styleoffsets: (float*) l : (float*) r : (float*) t : (float*) b
: (unsigned int) style
{
[self subclassResponsibility: _cmd];
}