mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:30:58 +00:00
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:
parent
81a0e78191
commit
fdf5470d7e
1 changed files with 3 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue