summaryrefslogtreecommitdiffstats
path: root/src/proto/gui_gtk_x11.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-05 12:49:46 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-05 12:49:46 +0200
commita76638f47d157ff4520fcd2917106d51d03a2ad9 (patch)
tree397b44a5ff3bcc0539bbf1fc57dfe59f4c292994 /src/proto/gui_gtk_x11.pro
parent2c704a77c1e3a6eb20e273503bc23a4e2fb4d506 (diff)
updated for version 7.2.442
Problem: Copy/paste with OpenOffice doesn't work. Solution: Do not offer the HTML target when it is not supported. (James Vega)
Diffstat (limited to 'src/proto/gui_gtk_x11.pro')
-rw-r--r--src/proto/gui_gtk_x11.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro
index 93b65bf726..d80ba82e69 100644
--- a/src/proto/gui_gtk_x11.pro
+++ b/src/proto/gui_gtk_x11.pro
@@ -9,6 +9,8 @@ void gui_mch_show_tabline __ARGS((int showit));
int gui_mch_showing_tabline __ARGS((void));
void gui_mch_update_tabline __ARGS((void));
void gui_mch_set_curtab __ARGS((int nr));
+void gui_gtk_set_selection_targets __ARGS((void));
+void gui_gtk_set_dnd_targets __ARGS((void));
int gui_mch_init __ARGS((void));
void gui_mch_forked __ARGS((void));
void gui_mch_new_colors __ARGS((void));