mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0g
This commit is contained in:
@@ -3223,12 +3223,12 @@ motif_get_toolbar_colors(bgp, fgp, bsp, tsp, hsp)
|
||||
Pixel *hsp;
|
||||
{
|
||||
XtVaGetValues(toolBar,
|
||||
XmNbackground, bgp,
|
||||
XmNforeground, fgp,
|
||||
XmNbottomShadowColor, bsp,
|
||||
XmNtopShadowColor, tsp,
|
||||
XmNhighlightColor, hsp,
|
||||
NULL);
|
||||
XmNbackground, bgp,
|
||||
XmNforeground, fgp,
|
||||
XmNbottomShadowColor, bsp,
|
||||
XmNtopShadowColor, tsp,
|
||||
XmNhighlightColor, hsp,
|
||||
NULL);
|
||||
}
|
||||
|
||||
# ifdef FEAT_FOOTER
|
||||
|
Reference in New Issue
Block a user