Mercurial > vim
annotate src/proto/os_qnx.pro @ 23922:dba960dacd31
Added tag v8.2.2503 for changeset a834f9c082e33a1e5e5ff0ccb2a81118ec221c8d
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 12 Feb 2021 21:45:05 +0100 |
parents | 3147c7c2e86b |
children |
rev | line source |
---|---|
7 | 1 /* os_qnx.c */ |
7813
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 void qnx_init(void); |
744c66477ba9
commit https://github.com/vim/vim/commit/4349c57543a98dc417b74da5a08c326337aa0bd3
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 void qnx_clip_init (void); |
17063
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
4 int clip_mch_own_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
5 void clip_mch_lose_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
6 void clip_mch_request_selection(Clipboard_T *cbd); |
3147c7c2e86b
patch 8.1.1531: clipboard type name is inconsistent
Bram Moolenaar <Bram@vim.org>
parents:
7813
diff
changeset
|
7 void clip_mch_set_selection(Clipboard_T *cbd); |
7 | 8 /* vim: set ft=c : */ |