NAME
XmuDrawLogo — draws the standard X logo.
SYNOPSIS
#include <X11/Xmu/Drawing.h>
XmuDrawLogo(display, drawable, gcFore, gcBack, x, y, width, height)
Display ∗display;
Drawable drawable;
GC gcFore, gcBack;
int x, y;
unsigned int width, height;
ARGUMENTS
displaySpecifies a connection to an X server; returned from XOpenDisplay().
drawableSpecifies the drawable.
gcForeSpecifies the foreground GC.
gcBackSpecifies the background GC.
xSpecifies the upper-left x coordinate.
ySpecifies the upper-left y coordinate.
widthSpecifies the logo width.
heightSpecifies the logo height.
DESCRIPTION
XmuDrawLogo draws the “official” X Window System logo. The bounding box of the logo in the drawable is given by x, y, width, and height . The logo itself is filled using gcFore, and the rest of the rectangle is filled using gcBack.
SEE ALSO
XmuCreatePixmapFromBitmap, XmuCreateStippledPixmap, XmuDrawRoundedRectangle, XmuFillRoundedRectangle, XmuLocateBitmapFile, XmuReadBitmapData, XmuReadBitmapDataFromFile, XmuReleaseStippledPixmap.
Xlib Reference Manual