aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/WinTypes.h
AgeCommit message (Collapse)AuthorFilesLines
2025-03-20Move SurfaceGDI, SurfaceD2D, ListBox, and associated code out of PlatWin.cxx toNeil1-0/+7
new files SurfaceGDI.cxx, SurfaceD2D.cxx, and ListBox.cxx + associated headers.
2025-02-17Switch to using ComPtr from WRL for render target code for simplicity andNeil1-19/+0
familiarity.
2025-02-11Update Direct2D and DirectWrite functions and types to Direct2D 1.1.Neil1-0/+18
2021-12-03Remove comment that is no longer correct.Neil1-1/+0
2021-11-22Move common Win32 functions for releasing IUnknown* and DLL function access intoNeil1-0/+59
new WinType.h header.