Skip to content

Commit c124b00

Browse files
[[ RawClipboard ]] Refactor the existing clipboard/drag code
All the clipboard and drag code now goes through MCRawClipboard.
1 parent 0ac2972 commit c124b00

18 files changed

Lines changed: 1655 additions & 255 deletions

engine/engine-sources.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,10 @@
519519
# Other files
520520
'src/socket_resolve.cpp',
521521

522+
'src/clipboard.h',
522523
'src/mac-clipboard.h',
523524
'src/raw-clipboard.h',
525+
'src/clipboard.cpp',
524526
'src/mac-clipboard.mm',
525527
'src/raw-clipboard.cpp',
526528

0 commit comments

Comments
 (0)