summaryrefslogtreecommitdiff
path: root/src/theme.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-10 03:17:15 +0000
committerrhp <rhp>2001-06-10 03:17:15 +0000
commitb5e506ce9d65a5f51bad1df86d21bf3d98e99155 (patch)
tree436273deef61eab43eedddc7668f2a7a34adfee0 /src/theme.h
parent146361b6f577286ac513feeb41c1675bf487a33b (diff)
downloadmetacity-b5e506ce9d65a5f51bad1df86d21bf3d98e99155.tar.gz
...
Diffstat (limited to 'src/theme.h')
-rw-r--r--src/theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theme.h b/src/theme.h
index a80147a5..37c46ab8 100644
--- a/src/theme.h
+++ b/src/theme.h
@@ -42,7 +42,8 @@ typedef enum
META_FRAME_ALLOWS_RESIZE = 1 << 4,
META_FRAME_TRANSIENT = 1 << 5,
META_FRAME_HAS_FOCUS = 1 << 6,
- META_FRAME_SHADED = 1 << 7
+ META_FRAME_SHADED = 1 << 7,
+ META_FRAME_STUCK = 1 << 8
} MetaFrameFlags;
typedef enum