1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-02 22:25:48 +01:00

Removed titlebar drop shadow code and add plugin to draw text on titlebars.

This commit is contained in:
id
1999-08-19 18:47:00 +00:00
parent 124822d720
commit dc0d9cff70
18 changed files with 455 additions and 122 deletions

18
NEWS
View File

@@ -17,6 +17,24 @@ The strength of gravity can be controled by modify `EdgeResistance' value
in WindowMaker configuration file.
Titlebar Draw String Plugin
---------------------------
FTitleColor, UTitleColor, PTitleColor, MenuTitleColor can be assigend with
drawstring plugin instead of plain color. For example:
FTitleColor = (
function,
libwmfun.so,
drawplainstring,
gold,
black,
gray49
);
will invoke function drawplainstring from libwmfun.so and pass 3 colors for
arguments. To code new plugin, please see plugin.h for more informations.
--- 0.60.0