summaryrefslogtreecommitdiff
path: root/src/gui_kde_x11.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_kde_x11.cc')
-rw-r--r--src/gui_kde_x11.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gui_kde_x11.cc b/src/gui_kde_x11.cc
index b3f3aa12c..c0aec8909 100644
--- a/src/gui_kde_x11.cc
+++ b/src/gui_kde_x11.cc
@@ -254,6 +254,19 @@ gui_mch_start_blink()//{{{
gui.w->start_cursor_blinking();
}//}}}
+#ifdef FEAT_MZSCHEME
+ void
+mzscheme_kde_start_timer()//{{{
+{
+ gui.w->enable_mzscheme_threads();
+}//}}}
+ void
+mzscheme_kde_stop_timer()//{{{
+{
+ gui.w->disable_mzscheme_threads();
+}//}}}
+#endif
+
/*
* Check if the GUI can be started. Called before gvimrc is sourced.
* Return OK or FAIL.