Ignore:
Timestamp:
Aug 20, 2006, 9:50:11 AM (19 years ago)
Author:
bird
Message:

fixed a couple of clipboard issues. seems to work now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMClipboard.h

    r2770 r2774  
    3131    CPMClipboard(HWND window);
    3232    virtual ~CPMClipboard();
    33 
    34     //! Empty clipboard without ownership
    35     /*!
    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.  Unlike
    40     empty(), isOwnedBySynergy() will return false when emptied
    41     this way.  This is useful when synergy wants to put data on
    42     clipboard but pretend (to itself) that some other app did it.
    43     When using empty(), synergy assumes the data came from the
    44     server and doesn't need to be sent back.  emptyUnowned()
    45     makes synergy send the data to the server.
    46     */
    47     bool                emptyUnowned();
    4833
    4934    //! Test if clipboard is owned by synergy
Note: See TracChangeset for help on using the changeset viewer.