Searched refs:nShiftMe (Results 1 – 1 of 1) sorted by relevance
1123 short nShiftMe; in showControls() local1126 nShiftMe = (short)(nControls >> i); in showControls()1127 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()1130 nShiftMe = (short)(nControls >> THROBBER_CTRL); in showControls()1131 startThrobber( (bool)(nShiftMe & 0x01) ); in showControls()1133 nShiftMe = (short)(nControls >> PROGRESS_CTRL); in showControls()1134 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()1135 showControl( TEXT_PERCENT, (bool)(nShiftMe & 0x01) ); in showControls()