bug-gnustep
[Top][All Lists]
Advanced

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

[bug #17717] Use "open panel" twice make it unusable


From: Richard Frith-Macdonald
Subject: [bug #17717] Use "open panel" twice make it unusable
Date: Thu, 14 Sep 2006 05:57:02 +0000
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3

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

Can you confirm that the off-by-one error in XShmPutImage comes from
_addExposedRectangle:: in XGServerEvent.m line 952 please?

That seems exceedingly strange, since that call is in direct response to an X
Expose event, and simply passes the X coordinates from that event ... 
So firstly, if we are sending bad coordinates, we are doing so because the X
system is passing bad coordinates to us.
And secondly, the _exposerect: merthod (which calls XShmPutImage) constrains
the rectangle to be inside the window frame ... so this should also prevent
any overstepping of the boundary.
Could it be that the image we are writing to is smaller than the window?

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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