/***************************************************************** * 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_ */