summaryrefslogtreecommitdiff
path: root/unity-shared
diff options
authorTim Penhey <tim.penhey@canonical.com>2012-10-23 10:48:42 +0200
committerTim Penhey <tim.penhey@canonical.com>2012-10-23 10:48:42 +0200
commit1865cff4d91a43585077455ad4bba5c5a7f785f6 (patch)
treeb6a0b5e5b3700b5ba4393eb3cc7a090c22876f67 /unity-shared
parente52088b311e876012712a90fc508b0ebfca1b7d6 (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.cpp2
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,