summaryrefslogtreecommitdiffstats
path: root/twin/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/utils.cpp')
-rw-r--r--twin/utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/utils.cpp b/twin/utils.cpp
index bc44eee56..d21393d2e 100644
--- a/twin/utils.cpp
+++ b/twin/utils.cpp
@@ -57,7 +57,7 @@ bool Shape::hasShape( WId w)
unsigned int wws, hws, wbs, hbs;
int boundingShaped = 0, clipShaped = 0;
if (!available())
- return FALSE;
+ return false;
XShapeQueryExtents(tqt_xdisplay(), w,
&boundingShaped, &xws, &yws, &wws, &hws,
&clipShaped, &xbs, &ybs, &wbs, &hbs);