This is screens.h in view mode; [Download] [Up]
/* NeXTSTEP compatibility file
*
* Copyright (C) 1994 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*
* Authors: Paul Kunz and Mike Kienenberger (ALASKA)
*
* This file is part of an Objective-C class library for a window system
*
* screens.h,v 1.1 1994/06/11 03:57:48 pfkeb Exp
*/
#ifndef _screens_h_
#define _screens_h_
/*
* NXScreen declaration -- not really used yet except as a placeholder.
*/
#include "graphics.h"
typedef struct _NXScreen {
int screenNumber;
NXRect screenBounds;
NXWindowDepth depth;
} NXScreen;
#endif /* _screens_h_ */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.