bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #21571] Giant blank app-windows under IceWM


From: Fred Kiefer
Subject: [bug #21571] Giant blank app-windows under IceWM
Date: Thu, 06 Mar 2008 17:53:21 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE

Follow-up Comment #14, bug #21571 (project gnustep):

Thank you for your feedback.

Again the values have wrapped around. We need to find out how this could
happen. 
Could you please replace the line 1058 in XGServerWindow.m with the
following:

          if (r < window->xframe.size.width + l)
            {
              NSLog(@"Invalid border values r = %d l = %d b = %d t = %t rep.x
= %d rep.y = %d w = %g h =%g", r, b, t, repx, repy, window->xframe.size.width,
 window->xframe.size.height);
              r = 0;
            }
          else
            {
              r -= (window->xframe.size.width + l);
            } 

You could do something similar with the next line, but for now I am only
interested in the results printed, not the workaround itself. As my machine
doesn't reach this code, it is untested. I may have gotten the type of some of
the variables wrong.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?21571>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]