summaryrefslogtreecommitdiff
path: root/otk/otk_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/otk_test.cc')
-rw-r--r--otk/otk_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/otk_test.cc b/otk/otk_test.cc
index e81b777d..ab739e65 100644
--- a/otk/otk_test.cc
+++ b/otk/otk_test.cc
@@ -63,8 +63,8 @@ int main(void) {
if (e.type == Expose) {
foo.expose(e.xexpose);
} else if (e.type == ConfigureNotify) {
- std::cout << "configure\n";
foo.configure(e.xconfigure);
+ label.hide();
}
}
}