mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Add new method for shadow.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25388 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a13394fea
commit
37edf8c87d
3 changed files with 40 additions and 27 deletions
|
@ -798,6 +798,12 @@ GSCurrentServer(void)
|
|||
//[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Sets the window shadow */
|
||||
- (void) setShadow: (BOOL)hasShadow : (int)win
|
||||
{
|
||||
//[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Returns the current mouse location on the default screen. If the
|
||||
* pointer is not on the default screen, an invalid point (-1,-1} is
|
||||
* returned.<br />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue