diff options
author | fluxgen <fluxgen> | 2003-09-17 14:16:53 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-17 14:16:53 (GMT) |
commit | f99e1c6091591bc6ee46d14de25091bac55975c9 (patch) | |
tree | 9f1632c792747e8c9231bd2774d3f3535dae1392 | |
parent | ab282dded598026b441129c7f46a1ac74c472576 (diff) | |
download | fluxbox-f99e1c6091591bc6ee46d14de25091bac55975c9.zip fluxbox-f99e1c6091591bc6ee46d14de25091bac55975c9.tar.bz2 |
minor fix
-rw-r--r-- | src/Shape.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Shape.cc b/src/Shape.cc index a7457f9..1f531e0 100644 --- a/src/Shape.cc +++ b/src/Shape.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Shape.cc,v 1.5 2003/09/05 20:42:47 fluxgen Exp $ | 22 | // $Id: Shape.cc,v 1.6 2003/09/17 14:16:53 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Shape.hh" | 24 | #include "Shape.hh" |
25 | #include "FbTk/FbWindow.hh" | 25 | #include "FbTk/FbWindow.hh" |
@@ -28,6 +28,7 @@ | |||
28 | 28 | ||
29 | #include <cstring> | 29 | #include <cstring> |
30 | 30 | ||
31 | #include <X11/Xutil.h> | ||
31 | #ifdef SHAPE | 32 | #ifdef SHAPE |
32 | #include <X11/extensions/shape.h> | 33 | #include <X11/extensions/shape.h> |
33 | #endif // SHAPE | 34 | #endif // SHAPE |