]> Dogcows Code - chaz/openbox/commitdiff
rm a XXX that we cant do anything about, and wont break things anyhow
authorDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:43:36 +0000 (08:43 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 08:43:36 +0000 (08:43 +0000)
src/client.cc

index 54e53032a793776f23673e0ca266d83ab9b4456a..08feae3e9f918b59f7834df0fee86e27be05feab 100644 (file)
@@ -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));
This page took 0.022938 seconds and 4 git commands to generate.