win: Add setThumbnailClip window API

This commit is contained in:
Kevin Sawicki 2016-07-14 13:27:16 -07:00
parent ba887dbde7
commit 86218fe773
4 changed files with 28 additions and 0 deletions

View file

@ -179,6 +179,7 @@ class Window : public mate::TrackableObject<Window>,
bool IsWindowMessageHooked(UINT message);
void UnhookWindowMessage(UINT message);
void UnhookAllWindowMessages();
bool SetThumbnailClip(const gfx::Rect& window_region);
#endif
#if defined(TOOLKIT_VIEWS)