diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-26 10:28:05 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-26 10:28:05 -0400 |
commit | 0331c6a8fcba1dc27ef45aaf5f694799d0085413 (patch) | |
tree | c77ffa4bacf132406f2ed1d4def2296c34a74a0d /dix/property.c | |
parent | 84a066cc88fe4326ddacd04ab5e1158a80571c33 (diff) | |
parent | f7c5aa0dc0fa3569a2ee412c4f996960f936b6ed (diff) |
Merge branch 'master' into XACE-SELINUX
Diffstat (limited to 'dix/property.c')
-rw-r--r-- | dix/property.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dix/property.c b/dix/property.c index 74d548d8e..8deb62180 100644 --- a/dix/property.c +++ b/dix/property.c @@ -76,7 +76,7 @@ static void PrintPropertys(WindowPtr pWin) { PropertyPtr pProp; - register int j; + int j; pProp = pWin->userProps; while (pProp) @@ -110,7 +110,7 @@ ProcRotateProperties(ClientPtr client) int i, j, delta, rc; REQUEST(xRotatePropertiesReq); WindowPtr pWin; - register Atom * atoms; + Atom * atoms; PropertyPtr * props; /* array of pointer */ PropertyPtr pProp; xEvent event; @@ -652,7 +652,7 @@ ProcListProperties(ClientPtr client) } int -ProcDeleteProperty(register ClientPtr client) +ProcDeleteProperty(ClientPtr client) { WindowPtr pWin; REQUEST(xDeletePropertyReq); |