From fe8313159a01fcde746fd3962745d87848ce99b6 Mon Sep 17 00:00:00 2001 From: celestar Date: Sat, 19 Mar 2005 22:36:13 +0000 Subject: (svn r2028) Added detection of SVN version (rev.c generation) for OS/2, updated readme, initial clipboard support (orudge) --- os2.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'os2.c') diff --git a/os2.c b/os2.c index 2764c3454..4c4b93325 100644 --- a/os2.c +++ b/os2.c @@ -15,6 +15,7 @@ #define INCL_DOS #define INCL_OS2MM #define INCL_WIN +#define INCL_WINCLIPBOARD #include #include @@ -687,6 +688,21 @@ const HalMusicDriver _os2_music_driver = { bool InsertTextBufferClipboard(Textbuf *tb) { +#if 0 + HAB hab = 0; // anchor-block handle + PSZ pszClipText, pszLocalText; + + if (WinOpenClipbrd(hab)) + { + if (pszClipText = (PSZ) WinQueryClipbrdData(hab, CF_TEXT)) + { + while (*pszLocalText++ = *pszClipText++); + } + WinCloseClipbrd(hab); + } + + // text is now in pszLocalText, do something with it! +#endif // TODO return false; } -- cgit v1.2.3-70-g09d2