mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 15:12:32 +01:00
small bugfixes.
This commit is contained in:
@@ -5,6 +5,8 @@ Changes since version 0.65.1:
|
||||
- Fixed some more bash specific constructs in wsetfont.
|
||||
(Marcelo E. Magallon <marcelo.magallon@bigfoot.com>)
|
||||
- fixed crash with broken apps that set null WM_CLASS
|
||||
- replaced I18N_MB with I18N in one place in src/wconfig.h.in
|
||||
- fixed default clip title font in WindowMaker.in
|
||||
|
||||
Changes since version 0.65.0:
|
||||
.............................
|
||||
|
||||
@@ -108,7 +108,7 @@
|
||||
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*";
|
||||
ClipTitleFont = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*";
|
||||
ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*";
|
||||
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*";
|
||||
HighlightColor = white;
|
||||
HighlightTextColor = black;
|
||||
|
||||
@@ -405,7 +405,7 @@ get_object(FILE *f)
|
||||
|
||||
/* array */
|
||||
case '(':
|
||||
DPUT("getting arrray");
|
||||
DPUT("getting array");
|
||||
pl = get_array(f);
|
||||
break;
|
||||
|
||||
@@ -417,7 +417,7 @@ get_object(FILE *f)
|
||||
|
||||
/* quoted string */
|
||||
case '"':
|
||||
DPUT("getting qstring");
|
||||
DPUT("getting quoted string");
|
||||
pl = get_qstring(f);
|
||||
break;
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@
|
||||
#define DEF_FRAME_COLOR "white"
|
||||
|
||||
|
||||
#ifdef I18N_MB
|
||||
#ifdef I18N
|
||||
#define DEF_TITLE_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
#define DEF_MENU_TITLE_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
#define DEF_MENU_ENTRY_FONT "\"-*-*-medium-r-normal--14-*\""
|
||||
@@ -293,7 +293,7 @@
|
||||
#define DEF_ADDITONAL_FONT "-*-*-medium-r-normal--12-*"
|
||||
|
||||
#define DEF_WORKSPACE_NAME_FONT "\"-*-*-medium-r-normal--24-*\""
|
||||
#else /* !I18N_MB */
|
||||
#else /* !I18N */
|
||||
#define DEF_TITLE_FONT "\"-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
#define DEF_MENU_TITLE_FONT "\"-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
#define DEF_MENU_ENTRY_FONT "\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
@@ -302,7 +302,7 @@
|
||||
#define DEF_INFO_TEXT_FONT "\"-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*\""
|
||||
|
||||
#define DEF_WORKSPACE_NAME_FONT "\"-*-lucida-bold-r-*-*-24-*-*-*-*-*-*-*\""
|
||||
#endif /* !I18N_MB */
|
||||
#endif /* !I18N */
|
||||
|
||||
#define HELVETICA10_FONT "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user