dev-ui
Piotr Dziwinski 2012-08-13 18:17:54 +02:00
parent b68dfcd155
commit a2dd39960b
1 changed files with 1 additions and 1 deletions

View File

@ -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;