comparison lwlib/xlwmenu.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents b980b6286996
children 0132846995bd
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 /* Created by devin@lucid.com */ 22 /* Created by devin@lucid.com */
23 23
24 #include <config.h>
24 #include <stdlib.h> 25 #include <stdlib.h>
25 #include <unistd.h>
26 #include <string.h> 26 #include <string.h>
27 #include <ctype.h> 27 #include <ctype.h>
28 #include <stdio.h> 28 #include <stdio.h>
29 #include <sys/types.h>
30 #ifdef HAVE_LIMITS_H
29 #include <limits.h> 31 #include <limits.h>
30 32 #endif
31 #include <sys/types.h> 33 #ifdef HAVE_UNISTD_H
34 #include <unistd.h>
35 #endif
36
32 #include <X11/Xos.h> 37 #include <X11/Xos.h>
33 #include <X11/IntrinsicP.h> 38 #include <X11/IntrinsicP.h>
34 #include <X11/StringDefs.h> 39 #include <X11/StringDefs.h>
35 #include <X11/cursorfont.h> 40 #include <X11/cursorfont.h>
36 #include <X11/bitmaps/gray> 41 #include <X11/bitmaps/gray>