xref: /csrg-svn/old/lib2648/zoomout.c (revision 18794)
111502Sralph /*
2*18794Sdist  * Copyright (c) 1980 Regents of the University of California.
3*18794Sdist  * All rights reserved.  The Berkeley software License Agreement
4*18794Sdist  * specifies the terms and conditions for redistribution.
5*18794Sdist  */
6*18794Sdist 
7*18794Sdist #ifndef lint
8*18794Sdist static char sccsid[] = "@(#)zoomout.c	5.1 (Berkeley) 04/26/85";
9*18794Sdist #endif not lint
10*18794Sdist 
11*18794Sdist /*
1211502Sralph  * zoomout: zoom to level 1.
1311502Sralph  */
1411502Sralph 
zoomout()1511502Sralph zoomout()
1611502Sralph {
1711502Sralph 	zoomn(1);
1811502Sralph }
19