diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 18:04:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 18:04:50 +0200 |
commit | 6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239 (patch) | |
tree | 4832d5b27b1220617848917e3036687e3167557d /src/proto/ui.pro | |
parent | dc536095ac452c12e9bb4c69b473d28d51e8d4b9 (diff) | |
download | vim-6df6f47d6dc59fe82b95b9c2f4a4d542fd5ac239.zip |
Make automatic prototype generation work with more interfaces.
Diffstat (limited to 'src/proto/ui.pro')
-rw-r--r-- | src/proto/ui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ui.pro b/src/proto/ui.pro index b022baa55..7b65680bf 100644 --- a/src/proto/ui.pro +++ b/src/proto/ui.pro @@ -47,7 +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 x11_setup_selection __ARGS((Widget w)); 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)); |