mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
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:
parent
58ffd50370
commit
c5612d5943
4 changed files with 16 additions and 1 deletions
|
@ -423,6 +423,12 @@ GSCurrentServer(void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/** Play the System Beep */
|
||||
- (void) beep
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue