From 5d7fd4d802bfa47e766e8e00602efc6311936458 Mon Sep 17 00:00:00 2001 From: zetaPRIME Date: Thu, 16 Mar 2017 15:41:14 -0400 Subject: [PATCH] [headdesks repeatedly] --- libstarlight/source/starlight/ThemeManager.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libstarlight/source/starlight/ThemeManager.cpp b/libstarlight/source/starlight/ThemeManager.cpp index 221c03d..e0281c9 100644 --- a/libstarlight/source/starlight/ThemeManager.cpp +++ b/libstarlight/source/starlight/ThemeManager.cpp @@ -56,7 +56,7 @@ using starlight::ThemeManager; using starlight::TextConfig; namespace { - inline int NextPow2(unsigned int x) { + inline unsigned int NextPow2(unsigned int x) { --x; x |= x >> 1; x |= x >> 2; @@ -87,8 +87,8 @@ namespace { if (isPremult) { // just convert endianness - for(unsigned iy = 0; iy