summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/event.h')
-rw-r--r--src/common/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/event.h b/src/common/event.h
index 1cfab35..87c825e 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -642,7 +642,7 @@ enum ActiveEventFlags
struct ActiveEventData
{
//! Flags (bitmask of enum values ActiveEventFlags)
- unsigned char flags = 0;
+ unsigned char flags;
//! True if the focus was gained; false otherwise
bool gain;