gameServer2/src/utils.rs
author Wuzzy <almikes@aol.com>
Thu, 12 Oct 2017 20:17:00 +0200
changeset 12698 f2690a0ccf19
parent 12137 193dfdcb0620
child 13416 cdf69667593b
permissions -rw-r--r--
QTfrontend: Fix flickering and bad offset of control config popup If you opened the pop-up to change a key, there was a very short flicker at the left side and the pop-up had a bad offset which sometimes caused entries to be out of screen bounds.

use mio;

pub const PROTOCOL_VERSION : u32 = 3;
pub const SERVER: mio::Token = mio::Token(1000000000 + 0);