From a17770f44ad7f89bb25b72fc36a60fed7ad47838 Mon Sep 17 00:00:00 2001 From: Ryan Leavengood Date: Mon, 1 Mar 2010 22:40:33 +0000 Subject: [PATCH] Small coding violation. Thanks for the tip Axel. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35714 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/DefaultDecorator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/servers/app/DefaultDecorator.cpp b/src/servers/app/DefaultDecorator.cpp index 87e832874e..cb669bb02c 100644 --- a/src/servers/app/DefaultDecorator.cpp +++ b/src/servers/app/DefaultDecorator.cpp @@ -45,6 +45,7 @@ static const float kBorderResizeLength = 22.0; static const float kResizeKnobSize = 18.0; + static inline uint8 blend_color_value(uint8 a, uint8 b, float position) {