diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:09:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-31 19:09:12 +0000 |
commit | b23c33872aa46de39bdc2cd2cbded697afa6ad08 (patch) | |
tree | 5ea25ecb55e8227f7e45c4982b1b7adf323d1f58 /src/gui_xmebw.h | |
parent | 65c1b0166982f95d78106c3f0a3fac48424ba87d (diff) | |
download | vim-git-b23c33872aa46de39bdc2cd2cbded697afa6ad08.tar.gz |
updated for version 7.0046
Diffstat (limited to 'src/gui_xmebw.h')
-rw-r--r-- | src/gui_xmebw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui_xmebw.h b/src/gui_xmebw.h index 2aaf5423c..4d9980c7f 100644 --- a/src/gui_xmebw.h +++ b/src/gui_xmebw.h @@ -46,11 +46,10 @@ # define XmNpixmapFile "pixmapFile" #endif -#ifndef LESSTIF_VERSION /* * Constants for labelLocation. */ - +#ifdef HAVE_XM_JOINSIDET_H # include <Xm/JoinSideT.h> #else # define XmLEFT 1 |