aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu/X10.h
diff options
context:
space:
mode:
authorStefan Monnier2012-03-25 16:37:21 -0400
committerStefan Monnier2012-03-25 16:37:21 -0400
commit699c782b7668c44d0fa4446331b0590a6d5dac82 (patch)
tree5dcce364741d0761920a3d274b0fc8aba4103d45 /oldXMenu/X10.h
parent98fb480ee31bf74cf554044f60f21df16566dd7f (diff)
parente99a9b8bdccadded1f6fae88ee7a2a93dfd4eacf (diff)
downloademacs-pending.tar.gz
emacs-pending.zip
Merge from trunkpending
Diffstat (limited to 'oldXMenu/X10.h')
-rw-r--r--oldXMenu/X10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index c30632b9d68..5e4ca068ba5 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -51,7 +51,7 @@ XDrawFilled so it shouldn't be defined.
51 */ 51 */
52typedef struct _XAssoc { 52typedef struct _XAssoc {
53 struct _XAssoc *next; /* Next object in this bucket. */ 53 struct _XAssoc *next; /* Next object in this bucket. */
54 struct _XAssoc *prev; /* Previous obejct in this bucket. */ 54 struct _XAssoc *prev; /* Previous object in this bucket. */
55 Display *display; /* Display which owns the id. */ 55 Display *display; /* Display which owns the id. */
56 XID x_id; /* X Window System id. */ 56 XID x_id; /* X Window System id. */
57 void *data; /* Pointer to untyped memory. */ 57 void *data; /* Pointer to untyped memory. */