summaryrefslogtreecommitdiff
path: root/src/StColor.c
diff options
context:
space:
mode:
authorMagnus Kessler <Magnus.Kessler@gmx.net>2007-05-01 15:20:08 +0200
committerTilman Sauerbeck <tilman@code-monkey.de>2007-05-01 15:20:08 +0200
commita48386ce6b5f8fd2d9dc11a966c9bf5da59f3831 (patch)
treee842646f7797fc74070b1bd9ead7861b5b6b752d /src/StColor.c
parent605d357074d556a05a3fba2e85cbea36a3204248 (diff)
downloadxorg-lib-libX11-a48386ce6b5f8fd2d9dc11a966c9bf5da59f3831.tar.gz
Switched function definitions from K&R to ANSI style.
Diffstat (limited to 'src/StColor.c')
-rw-r--r--src/StColor.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/StColor.c b/src/StColor.c
index b2b197a9..b35d83bb 100644
--- a/src/StColor.c
+++ b/src/StColor.c
@@ -32,10 +32,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XStoreColor(dpy, cmap, def)
-register Display *dpy;
-Colormap cmap;
-XColor *def;
+XStoreColor(
+ register Display *dpy,
+ Colormap cmap,
+ XColor *def)
{
xColorItem *citem;
register xStoreColorsReq *req;