diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-06-30 16:16:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-06-30 16:16:41 +0000 |
commit | 843ee41eb8258ac50ed81976757d8b228382a880 (patch) | |
tree | d0fcdff9e19b05b182de1bb1be46b2e6f5b8b0b7 /src/misc2.c | |
parent | f4b8e57ffd048f9ca46dd7618939ba7a1b2294ec (diff) | |
download | vim-843ee41eb8258ac50ed81976757d8b228382a880.zip |
updated for version 7.0003
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/misc2.c b/src/misc2.c index 55c44a865..367894789 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -2668,8 +2668,8 @@ get_real_state() } #if defined(FEAT_SESSION) || defined(MSWIN) || defined(FEAT_GUI_MAC) \ - || (defined(FEAT_GUI_GTK) \ - && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \ + || ((defined(FEAT_GUI_GTK) || defined(FEAT_GUI_KDE)) \ + && ( defined(FEAT_WINDOWS) || defined(FEAT_DND)) ) \ || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \ || defined(PROTO) /* |