mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Move declaration of createSnapshotOfNativeWindow to module header
This commit is contained in:
parent
c3c171acaf
commit
31500551e1
3 changed files with 4 additions and 2 deletions
|
|
@ -161,6 +161,10 @@ namespace juce
|
|||
|
||||
class FlexBox;
|
||||
class Grid;
|
||||
|
||||
#if JUCE_MAC || JUCE_WINDOWS
|
||||
Image createSnapshotOfNativeWindow (void* nativeWindowHandle);
|
||||
#endif
|
||||
}
|
||||
|
||||
#include "mouse/juce_MouseCursor.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue