summaryrefslogtreecommitdiff
path: root/src/common.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/common.h
parent32a8bf50b798e45f477cbddd53faad8194c52693 (diff)
downloadmetacity-e7e47a8b85d0b2d2b4071fdd59fc73fa5b3358dd.tar.gz
Added visual bell feature, fix for 99886.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index f88dce58..440b56cc 100644
--- a/src/common.h
+++ b/src/common.h
@@ -42,7 +42,8 @@ typedef enum
META_FRAME_MAXIMIZED = 1 << 9,
META_FRAME_ALLOWS_SHADE = 1 << 10,
META_FRAME_ALLOWS_MOVE = 1 << 11,
- META_FRAME_FULLSCREEN = 1 << 12
+ META_FRAME_FULLSCREEN = 1 << 12,
+ META_FRAME_IS_FLASHING = 1 << 13
} MetaFrameFlags;
typedef enum