home *** CD-ROM | disk | FTP | other *** search
- #include <fg.h>
- #include <stdio.h>
-
- #include "xlogo"
-
- main() {
-
- int c ;
-
- fg_init_all() ;
- for ( c = 0 ; c < FG_COLOR_MAX ; c++ )
- fg_drawmatrix( fg.color[c], FG_MODE_SET, ~0, FG_ROT0,
- c * 30, c * 15,
- xlogo_matrix, xlogo_box, fg.displaybox ) ;
- getchar() ;
- fg_term() ;
- }
-