mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Removed titlebar drop shadow code and add plugin to draw text on titlebars.
This commit is contained in:
@@ -905,6 +905,9 @@ wManageWindow(WScreen *scr, Window window)
|
||||
scr->window_title_texture,
|
||||
scr->resizebar_texture,
|
||||
scr->window_title_pixel,
|
||||
#ifdef DRAWSTRING_PLUGIN
|
||||
W_STRING_FTITLE,
|
||||
#endif
|
||||
&scr->window_title_gc,
|
||||
&scr->title_font);
|
||||
|
||||
@@ -1267,6 +1270,9 @@ wManageInternalWindow(WScreen *scr, Window window, Window owner,
|
||||
scr->window_title_texture,
|
||||
scr->resizebar_texture,
|
||||
scr->window_title_pixel,
|
||||
#ifdef DRAWSTRING_PLUGIN
|
||||
W_STRING_FTITLE,
|
||||
#endif
|
||||
&scr->window_title_gc,
|
||||
&scr->title_font);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user