comparison lwlib/xlwscrollbar.c @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 8eaf7971accc
children e121b013d1f0
comparison
equal deleted inserted replaced
176:6866abce6aaf 177:6075d714658b
80 #include <X11/bitmaps/gray> 80 #include <X11/bitmaps/gray>
81 81
82 #include "xlwscrollbarP.h" 82 #include "xlwscrollbarP.h"
83 #include "xlwscrollbar.h" 83 #include "xlwscrollbar.h"
84 84
85 #ifdef USE_DEBUG_MALLOC
86 #include <dmalloc.h>
87 #endif
88
85 #define DBUG(x) 89 #define DBUG(x)
86 90
87 #define MINL(x,y) ((((unsigned long) (x)) < ((unsigned long) (y))) \ 91 #define MINL(x,y) ((((unsigned long) (x)) < ((unsigned long) (y))) \
88 ? ((unsigned long) (x)) : ((unsigned long) (y))) 92 ? ((unsigned long) (x)) : ((unsigned long) (y)))
89 93