summaryrefslogtreecommitdiff
path: root/src/beval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beval.h')
-rw-r--r--src/beval.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/beval.h b/src/beval.h
index 49ba05b2e..21900c5ad 100644
--- a/src/beval.h
+++ b/src/beval.h
@@ -76,6 +76,9 @@ typedef struct BalloonEvalStruct
int *vts; // vartabstop setting for this buffer
#endif
char_u *msg;
+#ifdef FEAT_GUI_W32
+ void *tofree;
+#endif
} BalloonEval;
#define EVAL_OFFSET_X 15 /* displacement of beval topleft corner from pointer */