summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2003-01-28 15:07:43 +0000
committerBill Haneman <billh@src.gnome.org>2003-01-28 15:07:43 +0000
commitb4243647105667b0d346f991c647d8e57bfed033 (patch)
tree82255a87796fb3a2ea3020bede91ca62b0da5fb5 /src/frame.h
parent4fb05e54ab1616d5842dba31ff1d9832cce704be (diff)
downloadmetacity-b4243647105667b0d346f991c647d8e57bfed033.tar.gz
Reinstated visual-bell patch, fix for bug 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 afa19557..02de0abd 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -58,6 +58,7 @@ struct _MetaFrame
guint mapped : 1;
guint need_reapply_frame_shape : 1;
+ guint is_flashing : 1; /* used by the visual bell flash */
};
void meta_window_ensure_frame (MetaWindow *window);