X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FDrawLogo.c;h=21dbe38557284e952b4911bdd94c4e140025989f;hb=HEAD;hp=4af89b5302a83e0849816cf671fb68ae1b0d1a17;hpb=3183167c6988eb7cd539aa8b1279e8cfdb6a193a;p=framework%2Fuifw%2Fxorg%2Flib%2Flibxmu.git diff --git a/src/DrawLogo.c b/src/DrawLogo.c old mode 100755 new mode 100644 index 4af89b5..21dbe38 --- a/src/DrawLogo.c +++ b/src/DrawLogo.c @@ -27,7 +27,7 @@ in this Software without prior written authorization from The Open Group. #ifdef HAVE_CONFIG_H #include #endif -#include +#include #include /* @@ -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. * * /