mirror of
https://github.com/brl/mutter.git
synced 2025-07-10 20:47:19 +00:00
...
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user