mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
/*****************************************************************
|
|
* Copyright (c) 1992, Xerox Corporation. All rights reserved. *
|
|
* Copyright protection claimed includes all forms and matters *
|
|
* of copyrightable material and information now allowed by *
|
|
* statutory or judicial law or hereafter granted, including *
|
|
* without limitation, material generated from the software *
|
|
* programs which are displayed on the screen such as icons, *
|
|
* screen display looks, etc. *
|
|
*****************************************************************/
|
|
|
|
#ifndef _FRAMES_PUB_INCLUDED_
|
|
#define _FRAMES_PUB_INCLUDED_
|
|
|
|
#ifndef _TYPES_PUB_INCLUDED
|
|
#include "types.pub"
|
|
#endif
|
|
|
|
IP_RCSINFO(frames_pub_RCSInfo, "$RCSfile: frames.pub,v $; $Revision: 1.0 $")
|
|
/* $Date: 12 Jun 1996 05:47:44 $ */
|
|
|
|
|
|
/* Universal minimal padding for all images */
|
|
#define cFrameBits 32 /* depth of border frame on top
|
|
* and bottom */
|
|
#define cLogFrameBits 5 /* used to compute addresses */
|
|
#define cFrameBytes 4 /* used to compute addresses */
|
|
|
|
|
|
#endif /* _FRAMES_PUB_INCLUDED_ */
|
|
|