diff options
Diffstat (limited to 'libXmu/src/DrawLogo.c')
-rw-r--r-- | libXmu/src/DrawLogo.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libXmu/src/DrawLogo.c b/libXmu/src/DrawLogo.c index 4af89b530..21dbe3855 100644 --- a/libXmu/src/DrawLogo.c +++ b/libXmu/src/DrawLogo.c @@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group. #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <X11/Xlib.h> +#include <X11/Xlib.h> #include <X11/Xmu/Drawing.h> /* @@ -57,10 +57,10 @@ XmuDrawLogo(Display *dpy, Drawable drawable, GC gcFore, GC gcBack, x += (width - size) >> 1; y += (height - size) >> 1; -/* +/* * Draw what will be the thin strokes. * - * ----- + * ----- * / / * / / * / / @@ -81,10 +81,10 @@ XmuDrawLogo(Display *dpy, Drawable drawable, GC gcFore, GC gcBack, poly[3].x = x + d31; poly[3].y = y + size; XFillPolygon(dpy, drawable, gcFore, poly, 4, Convex, CoordModeOrigin); -/* +/* * Erase area not needed for lower thin stroke. * - * ------ + * ------ * / / * / __ / * / / / @@ -98,10 +98,10 @@ XmuDrawLogo(Display *dpy, Drawable drawable, GC gcFore, GC gcBack, poly[3].x = x + d31; poly[3].y = y + size; XFillPolygon(dpy, drawable, gcBack, poly, 4, Convex, CoordModeOrigin); -/* +/* * Erase area not needed for upper thin stroke. * - * ------ + * ------ * / / / * /--/ / * / / @@ -134,7 +134,7 @@ XmuDrawLogo(Display *dpy, Drawable drawable, GC gcFore, GC gcBack, poly[3].x = x + size - size/4; poly[3].y = y + size; XFillPolygon(dpy, drawable, gcFore, poly, 4, Convex, CoordModeOrigin); -/* +/* * Erase to create gap. * * / |