From: Dana Jansens Date: Mon, 3 Feb 2003 08:43:36 +0000 (+0000) Subject: rm a XXX that we cant do anything about, and wont break things anyhow X-Git-Tag: openbox-2_3_0~14 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=cda0b1b8b759bb14cfe57a5e0f20a83c81230035;p=mikachu%2Fopenbox.git rm a XXX that we cant do anything about, and wont break things anyhow --- 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));