Mercurial > hg > xemacs-beta
comparison src/balloon_help.c @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | b980b6286996 |
children | 6b37e6ddd302 |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
41 | 41 |
42 #include <X11/Intrinsic.h> | 42 #include <X11/Intrinsic.h> |
43 | 43 |
44 #include "balloon_help.h" | 44 #include "balloon_help.h" |
45 | 45 |
46 #include "config.h" | |
47 #ifndef WINDOWSNT | |
46 #define max(x,y) (x>y?x:y) | 48 #define max(x,y) (x>y?x:y) |
49 #endif | |
47 | 50 |
48 #undef bool | 51 #undef bool |
49 #define bool int | 52 #define bool int |
50 | 53 |
51 #define MARGIN_WIDTH 4 | 54 #define MARGIN_WIDTH 4 |