Transfer beep to GSDisplayServer

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-06-04 02:19:23 +00:00
parent 58ffd50370
commit c5612d5943
4 changed files with 16 additions and 1 deletions

View file

@ -423,6 +423,12 @@ GSCurrentServer(void)
return NULL;
}
/** Play the System Beep */
- (void) beep
{
[self subclassResponsibility: _cmd];
}
@end
/* ----------------------------------------------------------------------- */