diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-05 12:49:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-05 12:49:46 +0200 |
commit | a76638f47d157ff4520fcd2917106d51d03a2ad9 (patch) | |
tree | 397b44a5ff3bcc0539bbf1fc57dfe59f4c292994 /src/proto | |
parent | 2c704a77c1e3a6eb20e273503bc23a4e2fb4d506 (diff) | |
download | vim-a76638f47d157ff4520fcd2917106d51d03a2ad9.zip |
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')
-rw-r--r-- | src/proto/gui_gtk_x11.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro index 93b65bf72..d80ba82e6 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)); |