summaryrefslogtreecommitdiffstats
path: root/src/beval.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-23 15:41:49 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-23 15:41:49 +0200
commitbeae4084fd34c56d43787be73588070ddc474251 (patch)
tree33f63f17814157cb1a4c2d5bb9cf3f006dd32ed2 /src/beval.h
parent95a467e7eeab664a71446e320d328d1d7c52a35a (diff)
patch 8.2.0622: Haiku: GUI does not compilev8.2.0622
Problem: Haiku: GUI does not compile. Solution: Various fixes. (Emir Sari, closes #5961)
Diffstat (limited to 'src/beval.h')
-rw-r--r--src/beval.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/beval.h b/src/beval.h
index f44620038d..4332389642 100644
--- a/src/beval.h
+++ b/src/beval.h
@@ -79,6 +79,10 @@ typedef struct BalloonEvalStruct
#ifdef FEAT_GUI_MSWIN
void *tofree;
#endif
+#ifdef FEAT_GUI_HAIKU
+ int x;
+ int y;
+#endif
} BalloonEval;
#define EVAL_OFFSET_X 15 // displacement of beval topleft corner from pointer