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:
@@ -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
|
||||
|
||||
|
||||
/*
|
||||
*----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user