]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/FindPane.c
Prevent bar cursor overwriting next glyph (bug#16856)
[gnu-emacs] / oldXMenu / FindPane.c
index c886d6f7b7ace01b4943ae04ea0fe3c1557a3d56..8101d009a2fb8b83e7ef9216a9ba56d7060ab7c7 100644 (file)
@@ -1,7 +1,7 @@
+/* Copyright    Massachusetts Institute of Technology    1985  */
+
 #include "copyright.h"
 
-/* Copyright    Massachusetts Institute of Technology    1985  */
-/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.  */
 
 /*
  * XMenu:      MIT Project Athena, X Window system menu package
  */
 
 #include "XMenuInt.h"
+#include <string.h>
 
 int
-XMenuFindPane(menu, label)
-    register XMenu *menu;
-    register char *label;
+XMenuFindPane(register XMenu *menu, register char *label)
 {
     register XMPane *p_ptr;
     register int i = 0;
@@ -62,6 +61,3 @@ XMenuFindPane(menu, label)
     _XMErrorCode = XME_P_NOT_FOUND;
     return (XM_FAILURE);
 }
-
-/* arch-tag: b6c94285-0d1d-4569-a071-b34b63c67a54
-   (do not change this comment) */