mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
pass texture to plugin so it doesn't have to grab from title bar.
add experiment plugin support to menu entry, performance need to be improved. I'm thinking of making a compressed expose event geometry.
This commit is contained in:
@@ -652,14 +652,17 @@ WDefaultEntry optionList[] = {
|
||||
{"MenuTitleColor", "white", NULL,
|
||||
NULL, getTextRenderer, setMenuTitleColor
|
||||
},
|
||||
{"MenuTextColor", "black", NULL,
|
||||
NULL, getTextRenderer, setMenuTextColor
|
||||
},
|
||||
#else
|
||||
{"MenuTitleColor", "white", NULL,
|
||||
NULL, getColor, setMenuTitleColor
|
||||
},
|
||||
#endif
|
||||
{"MenuTextColor", "black", NULL,
|
||||
NULL, getColor, setMenuTextColor
|
||||
},
|
||||
#endif
|
||||
{"MenuDisabledColor", "\"#616161\"", NULL,
|
||||
NULL, getColor, setMenuDisabledColor
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user