comparison lwlib/xlwscrollbar.c @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents 262b8bb4a523
children c5d627a313b1
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
69 */ 69 */
70 70
71 #include <config.h> 71 #include <config.h>
72 #include <stdio.h> 72 #include <stdio.h>
73 #include <stdlib.h> 73 #include <stdlib.h>
74 #ifdef HAVE_LIMITS_H
75 #include <limits.h> 74 #include <limits.h>
76 #endif
77 75
78 #include <X11/IntrinsicP.h> 76 #include <X11/IntrinsicP.h>
79 #include <X11/StringDefs.h> 77 #include <X11/StringDefs.h>
80 #include <X11/bitmaps/gray> 78 #include <X11/bitmaps/gray>
81 79