diff options
| author | Tim Penhey <tim.penhey@canonical.com> | 2012-10-23 10:48:42 +0200 |
|---|---|---|
| committer | Tim Penhey <tim.penhey@canonical.com> | 2012-10-23 10:48:42 +0200 |
| commit | 1865cff4d91a43585077455ad4bba5c5a7f785f6 (patch) | |
| tree | b6a0b5e5b3700b5ba4393eb3cc7a090c22876f67 /unity-shared | |
| parent | e52088b311e876012712a90fc508b0ebfca1b7d6 (diff) | |
The eSHAPE_CORNER_ROUND5 has been removed, so using 4. No idea what this will actually do.
(bzr r2865.2.4)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/UnityWindowView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/UnityWindowView.cpp b/unity-shared/UnityWindowView.cpp index 6b6a8a920..9de1d5857 100644 --- a/unity-shared/UnityWindowView.cpp +++ b/unity-shared/UnityWindowView.cpp @@ -136,7 +136,7 @@ void UnityWindowView::DrawContent(nux::GraphicsEngine& GfxContext, bool force_dr gPainter.PaintShapeCornerROP(GfxContext, internal_clip, nux::color::White, - nux::eSHAPE_CORNER_ROUND5, + nux::eSHAPE_CORNER_ROUND4, nux::eCornerTopLeft | nux::eCornerTopRight | nux::eCornerBottomLeft | nux::eCornerBottomRight, true, |
