mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Direct2DHwndContext: Remove unnecessary prefixes
This commit is contained in:
parent
f6a81fe5f2
commit
8eea88dec3
1 changed files with 3 additions and 3 deletions
|
|
@ -297,12 +297,12 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
struct Direct2DHwndContext::HwndPimpl : public Direct2DGraphicsContext::Pimpl
|
||||
struct Direct2DHwndContext::HwndPimpl : public Pimpl
|
||||
{
|
||||
private:
|
||||
struct SwapChainThread
|
||||
{
|
||||
SwapChainThread (Direct2DHwndContext::HwndPimpl& ownerIn, HANDLE swapHandle)
|
||||
SwapChainThread (HwndPimpl& ownerIn, HANDLE swapHandle)
|
||||
: owner (ownerIn),
|
||||
swapChainEventHandle (swapHandle)
|
||||
{
|
||||
|
|
@ -319,7 +319,7 @@ private:
|
|||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (SwapChainThread)
|
||||
|
||||
private:
|
||||
Direct2DHwndContext::HwndPimpl& owner;
|
||||
HwndPimpl& owner;
|
||||
HANDLE swapChainEventHandle = nullptr;
|
||||
|
||||
WindowsScopedEvent quitEvent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue