commit | beae4084fd34c56d43787be73588070ddc474251 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 15:41:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 23 15:41:49 2020 +0200 |
tree | 33f63f17814157cb1a4c2d5bb9cf3f006dd32ed2 | |
parent | 95a467e7eeab664a71446e320d328d1d7c52a35a [diff] [blame] |
patch 8.2.0622: Haiku: GUI does not compile Problem: Haiku: GUI does not compile. Solution: Various fixes. (Emir Sari, closes #5961)
diff --git a/src/beval.h b/src/beval.h index f446200..4332389 100644 --- a/src/beval.h +++ b/src/beval.h
@@ -79,6 +79,10 @@ #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