[PATCH 14/265] ANSI-fied libX11
Magnus Kessler
Magnus.Kessler at gmx.net
Thu Apr 26 12:27:59 PDT 2007
diff --git a/src/ChKeyCon.c b/src/ChKeyCon.c
index 831f6f0..495f3df 100644
--- a/src/ChKeyCon.c
+++ b/src/ChKeyCon.c
@@ -32,10 +32,10 @@ in this Software without prior written authorization
from The Open Group.
#include "Xlibint.h"
int
-XChangeKeyboardControl(dpy, mask, value_list)
- register Display *dpy;
- unsigned long mask;
- XKeyboardControl *value_list;
+XChangeKeyboardControl(
+ register Display *dpy,
+ unsigned long mask,
+ XKeyboardControl *value_list)
{
unsigned long values[8];
register unsigned long *value = values;
More information about the xorg
mailing list