mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
Added basic implementation for window alpha handling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20697 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b7c9936be7
commit
01f3d318e1
4 changed files with 21 additions and 2 deletions
|
@ -706,6 +706,12 @@ GSCurrentServer(void)
|
|||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
/** Sets the transparancy value for the whole window */
|
||||
- (void) setalpha: (float)alpha: (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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue