From a2dd39960b5851f8e62adf59b11b36ba14626468 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 13 Aug 2012 18:17:54 +0200 Subject: Fix --- src/common/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3-1-g7c22