Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ CreaSldPxmp(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XmuCreateStippledPixmap — create two pixel by two pixel gray pixmap. 

SYNOPSIS

#include <X11/Xmu/Drawing.h>

Pixmap XmuCreateStippledPixmap(screen, fore, back, depth)
      Screen ∗screen;
      Pixel fore, back;
      unsigned int depth;

ARGUMENTS

screenSpecifies the screen the pixmap is created on. 

foreSpecifies the foreground pixel value. 

backSpecifies the background pixel value. 

depthSpecifies the depth of the pixmap. 

DESCRIPTION

XmuCreateStippledPixmap creates a two pixel by two pixel stippled pixmap of specified depth on the specified screen.  The pixmap is cached so that multiple requests share the same pixmap.  The pixmap should be freed with XmuReleaseStippledPixmap to maintain correct reference counts. 

SEE ALSO

XmuCreatePixmapFromBitmap, XmuDrawLogo, XmuDrawRoundedRectangle, XmuFillRoundedRectangle, XmuLocateBitmapFile, XmuReadBitmapData, XmuReadBitmapDataFromFile, XmuReleaseStippledPixmap. 

Xlib Reference Manual

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026