comparison src/balloon_help.c @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 850242ba4a81
children c5d627a313b1
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
38 38
39 #include <X11/Xlib.h> 39 #include <X11/Xlib.h>
40 #include <X11/Xutil.h> 40 #include <X11/Xutil.h>
41 #include <X11/extensions/shape.h> 41 #include <X11/extensions/shape.h>
42 42
43 #include <X11/Intrinsic.h> 43 #include "xintrinsic.h"
44 44
45 #include "balloon_help.h" 45 #include "balloon_help.h"
46 46
47 #ifndef WINDOWSNT 47 #ifndef WINDOWSNT
48 #define max(x,y) (x>y?x:y) 48 #define max(x,y) (x>y?x:y)