diff options
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Container.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Container.cc b/src/FbTk/Container.cc index b944c98..9ccae92 100644 --- a/src/FbTk/Container.cc +++ b/src/FbTk/Container.cc | |||
@@ -129,7 +129,7 @@ bool Container::moveItemTo(Item item, int x, int y) { | |||
129 | // get the root window | 129 | // get the root window |
130 | if (!XQueryTree(display(), window(), | 130 | if (!XQueryTree(display(), window(), |
131 | &root_return, &parent_return, &children_return, &nchildren_return)) | 131 | &root_return, &parent_return, &children_return, &nchildren_return)) |
132 | parent_return = parent_return; | 132 | return false; |
133 | 133 | ||
134 | if (children_return != NULL) | 134 | if (children_return != NULL) |
135 | XFree(children_return); | 135 | XFree(children_return); |