Lines Matching refs:zoomed
919 * Guard; if it was already not zoomed, and we're asking to unzoom
926 * zoom, on a window that's never been zoomed.
928 * This wouldn't protect us if somehow it was zoomed but hadn't set
932 if(func == ZOOM_NONE && tmp_win->zoomed == ZOOM_NONE) {
936 if(tmp_win->zoomed == func) {
937 /* It was already zoomed this way, unzoom it */
970 if(tmp_win->zoomed == ZOOM_NONE) {
976 tmp_win->zoomed = func;
1132 * Forget about a window being zoomed.
1137 if(tmp_win->zoomed != ZOOM_NONE) {
1139 if(tmp_win->zoomed == F_FULLSCREENZOOM) {
1145 tmp_win->zoomed = ZOOM_NONE;