diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-22 06:07:12 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-22 06:07:12 +0200 |
commit | 7cfea75ed6897c81dc129490dd894b1ddeebf433 (patch) | |
tree | d81f412da1638d0f1ea7ee636fbfcfc78a5f2866 /src/proto/ui.pro | |
parent | 370df58df9bba97fd5dd6f00595b2f41efda8383 (diff) | |
download | vim-git-7cfea75ed6897c81dc129490dd894b1ddeebf433.tar.gz |
Fixes for time in clipboard request. Also fix ownership. (David Fries)
Diffstat (limited to 'src/proto/ui.pro')
-rw-r--r-- | src/proto/ui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ui.pro b/src/proto/ui.pro index 87cee8b92..b022baa55 100644 --- a/src/proto/ui.pro +++ b/src/proto/ui.pro @@ -47,6 +47,7 @@ int check_col __ARGS((int col)); int check_row __ARGS((int row)); void open_app_context __ARGS((void)); void x11_setup_atoms __ARGS((Display *dpy)); +void x11_setup_selection __ARGS((Widget myShell)); void clip_x11_request_selection __ARGS((Widget myShell, Display *dpy, VimClipboard *cbd)); void clip_x11_lose_selection __ARGS((Widget myShell, VimClipboard *cbd)); int clip_x11_own_selection __ARGS((Widget myShell, VimClipboard *cbd)); |