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: Thu, 22 Oct 2009 09:03:10 +0000
User-agent: Opera/9.10 (X11; Linux i686; U; en)

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

I even do this:
  if(gameInfo.variant)
    Reset(TRUE, TRUE);
  else
    Reset(FALSE, TRUE);

This avoids the short popup of the initial position when going from normal ->
normal, which should be the most common case.

ad (2):
There seem to be 2 typos in xboard.c line 2780-2781:
    XtSetArg(args[1], XtNright,  XtChainLeft);
    XtSetValues(menuBarWidget, args, 2);
Changing that to:
    XtSetArg(args[2], XtNright,  XtChainLeft);
    XtSetValues(menuBarWidget, args, 3);
removes uglinesses in the menubar when vertical resizing is done.


    _______________________________________________________

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]