diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-03 08:43:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-03 08:43:36 +0000 |
| commit | cda0b1b8b759bb14cfe57a5e0f20a83c81230035 (patch) | |
| tree | d1e4403f42c188d11d8f5d2c8307c34a4cda6625 /src | |
| parent | 586cbd935469b8dffd3956141f857b0781fbcd66 (diff) | |
rm a XXX that we cant do anything about, and wont break things anyhow
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.cc b/src/client.cc index 54e53032..08feae3e 100644 --- a/src/client.cc +++ b/src/client.cc @@ -484,9 +484,6 @@ void Client::updateNormalHints() _min_size.setPoint(0, 0); _max_size.setPoint(INT_MAX, INT_MAX); - // XXX: might want to cancel any interactive resizing of the window at this - // point.. - // get the hints from the window if (XGetWMNormalHints(**otk::display, _window, &size, &ret)) { _positioned = (size.flags & (PPosition|USPosition)); |
