bug-xboard
[Top][All Lists]
Advanced

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

[Bug-XBoard] font name declaration bug


From: Александр Дидин
Subject: [Bug-XBoard] font name declaration bug
Date: Sun, 09 Feb 2014 18:44:46 +0400

Hi,
there are misplaced commas "," in the font declarations in files xboard.h:

#define CLOCK_FONT_NAME \
  "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \
  "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \
  "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
#define COORD_FONT_NAME \
  "-*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*," \
  "-misc-fixed-bold-r-normal--*-*-*-*-*-*-*-*," \
  "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"
#define DEFAULT_FONT_NAME \
  "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*," \
  "-misc-fixed-medium-r-normal--*-*-*-*-*-*-*-*," \
  "-*-*-*-*-*-*-*-*-*-*-*-*-*-*"

Best regards,
Alexandr



reply via email to

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