bug-xboard
[Top][All Lists]
Advanced

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

[Bug-XBoard] [bug #27715] 2 (minor) graphic issues


From: anonymous
Subject: [Bug-XBoard] [bug #27715] 2 (minor) graphic issues
Date: Mon, 19 Oct 2009 15:15:25 +0000
User-agent: Opera/9.10 (X11; Linux i686; U; en)

Follow-up Comment #6, bug #27715 (project xboard):

I did just a dirty change to see, if that helps:

void DrawPosition(fullRedraw, board)
     /*Boolean*/int fullRedraw;
     Board board;
{
    printf("FullRedraw: %dn",fullRedraw);
    XDrawPosition(boardWidget, 1/*fullRedraw*/, board);
}

So I didn't see, where the calls are coming from, just which paramters are
coming in at which time . And passing a 1 to "XDrawPosition" removed the
effect.
On a switch to bughouse I saw:
FullRedraw: 1
FullRedraw: 0
On a switch back to normal I saw:
FullRedraw: 0
---------
So if you always do a fullredraw now, that must be sufficient.





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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