Changeset 2774 for trunk/synergy/lib/platform/CPMClipboard.h
- Timestamp:
- Aug 20, 2006, 9:50:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/platform/CPMClipboard.h
r2770 r2774 31 31 CPMClipboard(HWND window); 32 32 virtual ~CPMClipboard(); 33 34 //! Empty clipboard without ownership35 /*!36 Take ownership of the clipboard and clear all data from it.37 This must be called between a successful open() and close().38 Return false if the clipboard ownership could not be taken;39 the clipboard should not be emptied in this case. Unlike40 empty(), isOwnedBySynergy() will return false when emptied41 this way. This is useful when synergy wants to put data on42 clipboard but pretend (to itself) that some other app did it.43 When using empty(), synergy assumes the data came from the44 server and doesn't need to be sent back. emptyUnowned()45 makes synergy send the data to the server.46 */47 bool emptyUnowned();48 33 49 34 //! Test if clipboard is owned by synergy
Note:
See TracChangeset
for help on using the changeset viewer.