annotate src/proto/os_qnx.pro @ 7588:0738fa9c4971
v7.4.1094
commit https://github.com/vim/vim/commit/ccb80989f2779c8441f7f15d160fb2141bd1676d
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 15 15:56:35 2016 +0100
patch 7.4.1094
Problem: Test for :hardcopy fails on MS-Windows.
Solution: Check for the +postscript feature.
author |
Christian Brabandt <cb@256bit.org> |
date |
Fri, 15 Jan 2016 16:00:05 +0100 |
parents |
3fc0f57ecb91 |
children |
744c66477ba9 |
rev |
line source |
7
|
1 /* os_qnx.c */
|
|
2 void qnx_init __ARGS((void));
|
|
3 void qnx_clip_init __ARGS((void));
|
|
4 int clip_mch_own_selection __ARGS((VimClipboard *cbd));
|
|
5 void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
|
|
6 void clip_mch_request_selection __ARGS((VimClipboard *cbd));
|
|
7 void clip_mch_set_selection __ARGS((VimClipboard *cbd));
|
|
8 /* vim: set ft=c : */
|