metacity r3778 - in trunk: . src/core
- From: tthurman svn gnome org
- To: svn-commits-list gnome org
- Subject: metacity r3778 - in trunk: . src/core
- Date: Mon, 30 Jun 2008 16:42:20 +0000 (UTC)
Author: tthurman
Date: Mon Jun 30 16:42:19 2008
New Revision: 3778
URL: http://svn.gnome.org/viewvc/metacity?rev=3778&view=rev
Log:
2008-06-30 Thomas Thurman <tthurman gnome org
* src/core/bell.c (meta_bell_set_audible): Fix typo that
slipped through.
Modified:
trunk/ChangeLog
trunk/src/core/bell.c
Modified: trunk/src/core/bell.c
==============================================================================
--- trunk/src/core/bell.c (original)
+++ trunk/src/core/bell.c Mon Jun 30 16:42:19 2008
@@ -283,7 +283,7 @@
}
#endif /* HAVE_XKB */
-metavoid
+void
meta_bell_set_audible (MetaDisplay *display, gboolean audible)
{
#ifdef HAVE_XKB
@@ -347,6 +347,14 @@
#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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]