This is modes.h in view mode; [Download] [Up]
#ifndef _MODES_H #define _MODES_H mode modes[] = { {"640x400",25.175,640,664,760,800,400,409,411,450,24,2,0}, {"800x600",50,800,856,976,1040,600,637,643,666,8,1,0}, {"1024x768",75,1024,1048,1184,1328,768,771,777,806,8,1,0} }; int numModes = sizeof(modes)/sizeof(mode); #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.