summaryrefslogtreecommitdiff
path: root/include/miscstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/miscstruct.h')
-rw-r--r--include/miscstruct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/miscstruct.h b/include/miscstruct.h
index 0820e1e81..dbab10f08 100644
--- a/include/miscstruct.h
+++ b/include/miscstruct.h
@@ -56,10 +56,10 @@ typedef xPoint DDXPointRec;
typedef struct pixman_box16 BoxRec;
typedef union _DevUnion {
- pointer ptr;
+ void *ptr;
long val;
unsigned long uval;
- pointer (*fptr) (void);
+ void *(*fptr) (void);
} DevUnion;
#endif /* MISCSTRUCT_H */