diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-22 14:23:08 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-07-22 14:23:08 +0200 |
| commit | fa0aa95443689fc0d5fae2abdf16b2920faf55fa (patch) | |
| tree | 0e046ce68a75e1d4305fc1089b97eacb31209446 /libdecor/src/libdecor.h | |
| parent | cdd617d09421ea5c2b15a0b6005572a220409211 (diff) | |
libdecor: update with upstream source code as of 2023-JUL-15
Diffstat (limited to 'libdecor/src/libdecor.h')
| -rw-r--r-- | libdecor/src/libdecor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecor/src/libdecor.h b/libdecor/src/libdecor.h index 078169771..af67e2fd5 100644 --- a/libdecor/src/libdecor.h +++ b/libdecor/src/libdecor.h @@ -81,6 +81,7 @@ enum libdecor_window_state { LIBDECOR_WINDOW_STATE_TILED_RIGHT = 1 << 4, LIBDECOR_WINDOW_STATE_TILED_TOP = 1 << 5, LIBDECOR_WINDOW_STATE_TILED_BOTTOM = 1 << 6, + LIBDECOR_WINDOW_STATE_SUSPENDED = 1 << 7, }; enum libdecor_resize_edge { |
