diff options
Diffstat (limited to 'gui/slider.cpp')
-rw-r--r-- | gui/slider.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
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 <string> 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; |