dacap / clip

Cross-platform C++ library to copy/paste clipboard content
MIT License
622 stars 89 forks source link

Report error about double-locking the clipboard #37

Open dacap opened 4 years ago

dacap commented 4 years ago

Related to https://github.com/dacap/clip/issues/36#issuecomment-694870455 , see if it's possible to check for a double-lock. Maybe using a new error code clip::error_handler(ErrorCode::DoubleLock).