mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics: Fixes VS2012 syntax highlighting
This commit is contained in:
parent
d064d087eb
commit
d0704a69d0
@ -36,4 +36,4 @@ void Canvas::Resize(int w, int h)
|
||||
m_H = h;
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -452,4 +452,4 @@ void CanvasD2D::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& br
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -216,4 +216,4 @@ void CanvasGDIP::FillRectangle(Gdiplus::Rect& rect, const Gdiplus::SolidBrush& b
|
||||
m_Graphics->FillRectangle(&brush, rect);
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -40,4 +40,4 @@ void TextFormat::SetVerticalAlignment(VerticalAlignment alignment)
|
||||
m_VerticalAlignment = alignment;
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -160,4 +160,4 @@ void TextFormatD2D::SetVerticalAlignment(VerticalAlignment alignment)
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -141,4 +141,4 @@ void TextFormatGDIP::SetVerticalAlignment(VerticalAlignment alignment)
|
||||
m_StringFormat.SetLineAlignment((Gdiplus::StringAlignment)alignment);
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -131,4 +131,4 @@ IFACEMETHODIMP WICBitmapDIB::SetResolution(double dpiX, double dpiY)
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -88,4 +88,4 @@ IFACEMETHODIMP WICBitmapLockDIB::GetPixelFormat(WICPixelFormatGUID* pPixelFormat
|
||||
return m_Bitmap->GetPixelFormat(pPixelFormat);
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
@ -77,4 +77,4 @@ IFACEMETHODIMP WICBitmapLockGDIP::GetPixelFormat(WICPixelFormatGUID* pPixelForma
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
} // namespace Gfx
|
||||
} // namespace Gfx
|
||||
|
Loading…
Reference in New Issue
Block a user