X Version 11 (Release 6.1)
XmuDrawLogo(X3xmu)
XmuDrawLogo --
draw X Window System logo
Synopsis
cc . . . -lXmu
#include <X11/Xmu/Drawing.h>
XmuDrawLogo(dpy, drawable, gcFore, gcBack, x, y, width, height)
Display *dpy;
Drawable drawable;
GC gcFore, gcBack;
int x, y;
unsigned int width, height;
Arguments
dpy-
Specifies the connection to the X server.
drawable-
Specifies the drawable.
gcFore-
Specifies the foreground GC.
gcBack-
Specifies the background GC.
x-
Specifies the upper left x coordinate.
y-
Specifies the upper left y coordinate.
width-
Specifies the logo width.
height-
Specifies the logo height.
Description
The XmuDrawLogo function 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.
References
XmuDrawRoundedRectangle(X3xmu),
XmuCreateStippledPixmap(X3xmu),
XmuReadBitmapData(X3xmu),
XmuLocateBitmapFile(X3xmu),
XmuCreatePixmapFromBitmap(X3xmu)
Xlib - C Language X Interface
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004