2008-06-30 Thomas Thurman <tthurman@gnome.org

* src/core/bell.c (meta_bell_set_audible): Fix typo that
          slipped through.


svn path=/trunk/; revision=3778
This commit is contained in:
Thomas James Alexander Thurman 2008-06-30 16:42:19 +00:00
parent 91b5f24da8
commit 0ef47a44c1
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-30 Thomas Thurman <tthurman@gnome.org
* src/core/bell.c (meta_bell_set_audible): Fix typo that
slipped through.
2008-06-30 Thomas Thurman <tthurman@gnome.org>
* src/core/bell.[ch]: Move comments for non-statics from the .c to .h.

View File

@ -283,7 +283,7 @@ meta_bell_notify (MetaDisplay *display,
}
#endif /* HAVE_XKB */
metavoid
void
meta_bell_set_audible (MetaDisplay *display, gboolean audible)
{
#ifdef HAVE_XKB
@ -347,6 +347,14 @@ meta_bell_shutdown (MetaDisplay *display)
#endif
}
/**
* Deals with a frame being destroyed. This is important because if we're
* using a visual bell, we might be flashing the edges of the frame, and
* so we'd have a timeout function waiting ready to un-flash them. If the
* frame's going away, we can tell the timeout not to bother.
*
* \param frame The frame which is being destroyed
*/
void
meta_bell_notify_frame_destroy (MetaFrame *frame)
{