mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
91b5f24da8
commit
0ef47a44c1
@ -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>
|
2008-06-30 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
* src/core/bell.[ch]: Move comments for non-statics from the .c to .h.
|
* src/core/bell.[ch]: Move comments for non-statics from the .c to .h.
|
||||||
|
@ -283,7 +283,7 @@ meta_bell_notify (MetaDisplay *display,
|
|||||||
}
|
}
|
||||||
#endif /* HAVE_XKB */
|
#endif /* HAVE_XKB */
|
||||||
|
|
||||||
metavoid
|
void
|
||||||
meta_bell_set_audible (MetaDisplay *display, gboolean audible)
|
meta_bell_set_audible (MetaDisplay *display, gboolean audible)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_XKB
|
#ifdef HAVE_XKB
|
||||||
@ -347,6 +347,14 @@ meta_bell_shutdown (MetaDisplay *display)
|
|||||||
#endif
|
#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
|
void
|
||||||
meta_bell_notify_frame_destroy (MetaFrame *frame)
|
meta_bell_notify_frame_destroy (MetaFrame *frame)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user