diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/async-getprop.c | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-10-07 Havoc Pennington <hp@pobox.com> + + * src/async-getprop.c: don't include unportable Xproto.h, fix from + Glynn Foster. + 2002-10-06 Havoc Pennington <hp@pobox.com> * src/async-getprop.c: change to add only one _XAsyncHandler per diff --git a/src/async-getprop.c b/src/async-getprop.c index 09f0a8b..62fbe9f 100644 --- a/src/async-getprop.c +++ b/src/async-getprop.c @@ -36,7 +36,6 @@ #include "async-getprop.h" #define NEED_REPLIES -#include <X11/Xproto.h> #include <X11/Xlibint.h> #ifndef NULL |