Mercurial > hg > xemacs-beta
comparison lwlib/xlwscrollbar.c @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | a145efe76779 |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
66 * XmNsliderStyle - values can be: "plain" or "dimple" | 66 * XmNsliderStyle - values can be: "plain" or "dimple" |
67 * XmNarrowPosition - values can be: "opposite" or "same" | 67 * XmNarrowPosition - values can be: "opposite" or "same" |
68 * | 68 * |
69 */ | 69 */ |
70 | 70 |
71 #include <config.h> | |
71 #include <stdio.h> | 72 #include <stdio.h> |
72 #include <stdlib.h> | 73 #include <stdlib.h> |
74 #ifdef HAVE_LIMITS_H | |
73 #include <limits.h> | 75 #include <limits.h> |
76 #endif | |
74 | 77 |
75 #include <X11/IntrinsicP.h> | 78 #include <X11/IntrinsicP.h> |
76 #include <X11/StringDefs.h> | 79 #include <X11/StringDefs.h> |
77 #include <X11/bitmaps/gray> | 80 #include <X11/bitmaps/gray> |
78 | 81 |