]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XDelAssoc.c
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / oldXMenu / XDelAssoc.c
index 018c71c3a3e269139f0c6b582e01c9b87e2b484a..ec1d09d46ec09b43c89a32e9bbba101fcff76b6a 100644 (file)
@@ -2,15 +2,7 @@
 
 #include "copyright.h"
 
-
-#include <X11/Xlib.h>
-#include "X10.h"
-struct qelem {
-       struct    qelem *q_forw;
-       struct    qelem *q_back;
-       char q_data[1];
-};
-void emacs_remque(struct qelem*);
+#include "XMenuInt.h"
 
 /*
  * XDeleteAssoc - Delete an association in an XAssocTable keyed on
@@ -56,4 +48,3 @@ XDeleteAssoc(register Display *dpy, register XAssocTable *table, register XID x_
        /* It is apparently not in the table. */
        return;
 }
-