diff options
Diffstat (limited to 'win32/PlatWin.h')
| -rw-r--r-- | win32/PlatWin.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/win32/PlatWin.h b/win32/PlatWin.h index f4f804b2e..3f1152522 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -31,6 +31,9 @@ inline HWND HwndFromWindow(const Window &w) noexcept {  	return HwndFromWindowID(w.GetID());  } +void *PointerFromWindow(HWND hWnd) noexcept; +void SetWindowPointer(HWND hWnd, void *ptr) noexcept; +  #if defined(USE_D2D)  extern bool LoadD2D();  extern ID2D1Factory *pD2DFactory; | 
