summaryrefslogtreecommitdiff
path: root/frontends/windows/clipboard.h
Commit message (Collapse)AuthorAgeFilesLines
* implement windows clipboard functionalityVincent Sanders2019-05-091-0/+27
This allows clipboard to operate (cut, copy, paste and delete) in the win32 front end. The clipboard is set and read in windows unicode mode and then converted to/from utf-8 for the browser core.