home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / x / x11p-13.zip / RCS / bitmaps.h,v < prev    next >
Text File  |  1989-12-12  |  2KB  |  57 lines

  1. head     1.1;
  2. access   ;
  3. symbols  ;
  4. locks    ; strict;
  5. comment  @ * @;
  6.  
  7.  
  8. 1.1
  9. date     89.12.12.17.29.49;  author joel;  state Exp;
  10. branches ;
  11. next     ;
  12.  
  13.  
  14. desc
  15. @Moved support for fill styles (tiled, stipple, opaque stipple) into
  16. separate file, so routine other than rectangles could use them
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @/*****************************************************************************
  27. Copyright 1988, 1989 by Digital Equipment Corporation, Maynard, Massachusetts.
  28.  
  29.                         All Rights Reserved
  30.  
  31. Permission to use, copy, modify, and distribute this software and its 
  32. documentation for any purpose and without fee is hereby granted, 
  33. provided that the above copyright notice appear in all copies and that
  34. both that copyright notice and this permission notice appear in 
  35. supporting documentation, and that the name of Digital not be
  36. used in advertising or publicity pertaining to distribution of the
  37. software without specific, written prior permission.  
  38.  
  39. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  40. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  41. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  42. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  43. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  44. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  45. SOFTWARE.
  46.  
  47. ******************************************************************************/
  48.  
  49. /* Set fill style (if any) to a bitmap or tile */
  50.  
  51. extern void SetFillStyle(/* xp, p */);
  52. /*
  53.     XParms  xp;
  54.     Parms   p;
  55. */
  56. @
  57.