diff options
author | Havoc Pennington <hp@pobox.com> | 2002-10-07 14:30:36 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-10-07 14:30:36 +0000 |
commit | 372dc090fd519944610aecbfb307affc9a709053 (patch) | |
tree | a0f83da8961156ba8315d526a3aac0c69e2c35b9 | |
parent | 81b63160819dedd7ed9aabd49d6fa76ff372de73 (diff) | |
download | metacity-372dc090fd519944610aecbfb307affc9a709053.tar.gz metacity-372dc090fd519944610aecbfb307affc9a709053.tar.bz2 |
don't include unportable Xproto.h, fix from Glynn Foster.
2002-10-07 Havoc Pennington <hp@pobox.com>
* src/async-getprop.c: don't include unportable Xproto.h, fix from
Glynn Foster.
-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 |