From 2673cec07a4740f86438b50cfe1b70b258a9a8c8 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 2 Apr 2013 20:22:16 +0000 Subject: Move all AOSP code out of recovery binary Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0 --- gui/slider.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gui/slider.cpp') diff --git a/gui/slider.cpp b/gui/slider.cpp index 95962c09b..4542d60e1 100644 --- a/gui/slider.cpp +++ b/gui/slider.cpp @@ -19,9 +19,8 @@ #include extern "C" { -#include "../common.h" +#include "../twcommon.h" #include "../minuitwrp/minui.h" -#include "../recovery_ui.h" } #include "rapidxml.hpp" @@ -40,7 +39,7 @@ GUISlider::GUISlider(xml_node<>* node) if (!node) { - LOGE("GUISlider created without XML node\n"); + LOGERR("GUISlider created without XML node\n"); return; } @@ -74,7 +73,7 @@ GUISlider::GUISlider(xml_node<>* node) sTouchH = gr_get_height(sTouch->GetResource()); // Height of the "touch image" that follows the touch (arrow) } - //LOGI("mRenderW: %i mTouchW: %i\n", mRenderW, mTouchW); + //LOGINFO("mRenderW: %i mTouchW: %i\n", mRenderW, mTouchW); mActionX = mRenderX; mActionY = mRenderY; mActionW = mRenderW; -- cgit v1.2.3