diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-06-11 20:20:00 +0700 |
---|---|---|
committer | Mikhail Gusarov <dottedmag@dottedmag.net> | 2010-06-20 05:36:22 +0700 |
commit | 91b5aadbdfd9d05ca1ffdeb443e602ecdba1e04d (patch) | |
tree | 4411d946ac6b267984c31183b0c821b2995b7d5d /mi/miwindow.c | |
parent | b8615d592700b7be319c04cc0563fdeb5a266534 (diff) |
mi: do not use X11/extensions/shape.h header from libXext
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Tested-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'mi/miwindow.c')
-rw-r--r-- | mi/miwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/miwindow.c b/mi/miwindow.c index 51c5cc82e..25dd1c045 100644 --- a/mi/miwindow.c +++ b/mi/miwindow.c @@ -50,7 +50,7 @@ SOFTWARE. #endif #include <X11/X.h> -#include <X11/extensions/shape.h> +#include <X11/extensions/shapeconst.h> #include "regionstr.h" #include "region.h" #include "mi.h" |