diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-30 18:54:39 +0000 |
commit | c9b4b05b3544b434730eb218e848a1a441d5ffb2 (patch) | |
tree | c1550ddf398d2030ed25ee98e8342fcb41ac1c87 /src/gui_motif.c | |
parent | aa35dd1667c5903cdcc32ebe10f27bc6683c68a1 (diff) | |
download | vim-git-c9b4b05b3544b434730eb218e848a1a441d5ffb2.tar.gz |
updated for version 7.0gv7.0g
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index f7b32d594..e29dd2a38 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -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 |