This commit is contained in:
rhp
2001-06-10 03:17:15 +00:00
parent 146361b6f5
commit b5e506ce9d
15 changed files with 758 additions and 224 deletions

View File

@ -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