summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2002-12-17 01:08:29 +0000
committerBill Haneman <billh@src.gnome.org>2002-12-17 01:08:29 +0000
commite7e47a8b85d0b2d2b4071fdd59fc73fa5b3358dd (patch)
tree0c34e7759b967f06ddd615ae558348ef0f2e48cd /src/frame.h
parent32a8bf50b798e45f477cbddd53faad8194c52693 (diff)
downloadmetacity-e7e47a8b85d0b2d2b4071fdd59fc73fa5b3358dd.tar.gz
Added visual bell feature, fix for 99886.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index 20f94699..fff4db53 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -57,6 +57,7 @@ struct _MetaFrame
int bottom_height;
guint mapped : 1;
+ guint is_flashing : 1; /* used by the visual bell flash */
};
void meta_window_ensure_frame (MetaWindow *window);