summaryrefslogtreecommitdiff
path: root/include/cursor.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-09-13 23:27:07 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-09-24 12:37:59 +0930
commitc4db4d1fcf7fa2ba802a208beee6b3adc83921f5 (patch)
tree2a268c6d4346809685b74abac37ed72b7f5ae80a /include/cursor.h
parent1c25c46f3d5f98be8dbf36684aad4302b220e163 (diff)
include: remove register keywords.
Diffstat (limited to 'include/cursor.h')
-rw-r--r--include/cursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cursor.h b/include/cursor.h
index e51394cb5..ef81afc55 100644
--- a/include/cursor.h
+++ b/include/cursor.h
@@ -119,7 +119,7 @@ extern CursorPtr CreateRootCursor(
extern int ServerBitsFromGlyph(
FontPtr /*pfont*/,
unsigned int /*ch*/,
- register CursorMetricPtr /*cm*/,
+ CursorMetricPtr /*cm*/,
unsigned char ** /*ppbits*/);
extern Bool CursorMetricsFromGlyph(