1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 01:12:30 +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

View File

@@ -44,6 +44,10 @@
*/
#define TEXTURE_PLUGIN
#ifdef TEXTURE_PLUGIN
#define DRAWSTRING_PLUGIN
#endif
/*
* #define to enable WindozeCycling. Set WindozeCycling = YES in
@@ -203,11 +207,6 @@
*/
#undef SHADOW_RESIZEBAR
/*
* Titlebar text shadow
*/
#undef TITLE_TEXT_SHADOW
/*
* Define DEMATERIALIZE_ICON if you want the undocked icon animation
* to be a progressive disaparison animation.
@@ -509,13 +508,6 @@
#define FRAME_BORDER_COLOR "black"
#ifdef TITLE_TEXT_SHADOW
#define TITLE_TEXT_SHADOW_X_OFFSET 1
#define TITLE_TEXT_SHADOW_Y_OFFSET 1
#define TITLE_TEXT_SHADOW_WIDTH 1
#define TITLE_TEXT_SHADOW_HEIGHT 1
#endif
/*
*----------------------------------------------------------------------