summaryrefslogtreecommitdiff
path: root/src/GetStCmap.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/GetStCmap.c
parent605d357074d556a05a3fba2e85cbea36a3204248 (diff)
Switched function definitions from K&R to ANSI style.
Diffstat (limited to 'src/GetStCmap.c')
-rw-r--r--src/GetStCmap.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GetStCmap.c b/src/GetStCmap.c
index 5c8c37e7..0c05cbbf 100644
--- a/src/GetStCmap.c
+++ b/src/GetStCmap.c
@@ -62,11 +62,11 @@ SOFTWARE.
* in the XStandardColormap structure.
*/
-Status XGetStandardColormap (dpy, w, cmap, property)
- Display *dpy;
- Window w;
- XStandardColormap *cmap;
- Atom property; /* XA_RGB_BEST_MAP, etc. */
+Status XGetStandardColormap (
+ Display *dpy,
+ Window w,
+ XStandardColormap *cmap,
+ Atom property) /* XA_RGB_BEST_MAP, etc. */
{
Status stat; /* return value */
XStandardColormap *stdcmaps; /* will get malloced value */