Add MacOSX 10.3 methods and constants.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25396 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-08-16 14:47:03 +00:00
parent 723d5276c0
commit ce5081b2b5
4 changed files with 474 additions and 266 deletions

View file

@ -1129,8 +1129,11 @@ many times.
- (void) setHasShadow: (BOOL)hasShadow
{
// FIXME: Should be send to backend
_f.has_shadow = hasShadow;
if (_windowNum)
{
[GSServerForWindow(self) setShadow: hasShadow : _windowNum];
}
}
- (BOOL) hasShadow