1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-05 05:14:13 +01:00

- Fixed crashing bug when name and class were empty for a docked app.

- Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from
  WINGs.
- Added a hint that Window Maker crashed, to allow windows to be placed
  in their correct previous positions after a crash situation and also to
  preserve their state before the crash (minimized, shaded, hidden, ...)
This commit is contained in:
dan
2001-04-18 00:25:58 +00:00
parent 10e7985961
commit c3d2a890d7
14 changed files with 124 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
{
TitleJustify = center;
TitleJustify = left;
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = black;

View File

@@ -1,5 +1,5 @@
{
TitleJustify = center;
TitleJustify = left;
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = black;