Small build and run fixes made to screenshotgen util after wxMSW changes.
Updated wxOSX (Carbon) screenshots in the manual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -279,13 +279,13 @@ public:
|
||||
/**
|
||||
Take a screenshot for the given region.
|
||||
|
||||
@param bitmap
|
||||
Bitmap to save the screenshot to.
|
||||
@param bitmap
|
||||
Bitmap to save the screenshot to.
|
||||
@param rect
|
||||
Given rectangular region.
|
||||
Given rectangular region.
|
||||
@param delay
|
||||
Only useful for Mac, for fixing a delay bug. It seems that it
|
||||
didn't fix the bug, so it might be removed soon.
|
||||
Only useful for Mac, for fixing a delay bug. It seems that it
|
||||
didn't fix the bug, so it might be removed soon.
|
||||
*/
|
||||
static bool Capture(wxBitmap* bitmap, wxRect rect, int delay = 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user