diff options
Diffstat (limited to 'src/protocols/LayerShell.hpp')
-rw-r--r-- | src/protocols/LayerShell.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocols/LayerShell.hpp b/src/protocols/LayerShell.hpp index ad6c1a75..5e74c91b 100644 --- a/src/protocols/LayerShell.hpp +++ b/src/protocols/LayerShell.hpp @@ -33,7 +33,7 @@ class CLayerShellResource { void configure(const Vector2D& size); void sendClosed(); - enum eCommittedState { + enum eCommittedState : uint8_t { STATE_SIZE = (1 << 0), STATE_ANCHOR = (1 << 1), STATE_EXCLUSIVE = (1 << 2), |