diff options
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/PlatWin.cxx | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 1e6dd06b4..d60b35325 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -1393,6 +1393,8 @@ constexpr D2D1_RECT_F RectangleFromPRectangle(PRectangle rc) noexcept {  const int SupportsD2D[] = {  	SC_SUPPORTS_LINE_DRAWS_FINAL, +	SC_SUPPORTS_FRACTIONAL_STROKE_WIDTH, +	SC_SUPPORTS_TRANSLUCENT_STROKE,  };  constexpr D2D_COLOR_F ColorFromColourAlpha(ColourAlpha colour) noexcept { | 
