void Display ( void ) { if (!mtest ()) { DoDisplay (); } }
void Display() { SetFocus(); DoDisplay(); ResetFocus(); }