Searched refs:_foreground (Results 1 – 2 of 2) sorted by relevance
329 _foreground = true; in OnInit()1037 if (!_foreground) in SetTitleText()1084 SetItemText(IDB_PROGRESS_BACKGROUND, _foreground ? in SetPriorityText()1092 _foreground = !_foreground; in OnPriorityButton()1094 SetPriorityClass(GetCurrentProcess(), _foreground ? NORMAL_PRIORITY_CLASS: IDLE_PRIORITY_CLASS); in OnPriorityButton()
176 bool _foreground; variable