XmuDrawLogo(X3xmu) X Version 11 (Release 6.1)
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
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.