diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:16:45 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-15 03:16:45 +0000 |
| commit | 30a23b645083b17736cb942e1452f06aad680111 (patch) | |
| tree | 16ca881e5e4be946cbbeb33c0424c48b38c5a034 /otk/otk_test.cc | |
| parent | 5a71f5b094b5f7b9f56f0ad4bf28ab978a42af63 (diff) | |
it resizes now
Diffstat (limited to 'otk/otk_test.cc')
| -rw-r--r-- | otk/otk_test.cc | 2 |
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(); } } } |
