compilation for windows is back and remove some unusefull warning

This commit is contained in:
Edouard DUPIN 2012-08-23 14:21:38 +02:00
parent a6b807d75e
commit d14e684954
8 changed files with 14 additions and 8 deletions

View File

@ -181,3 +181,4 @@ void ewol::font::TexturedRelease(ewol::TexturedFont*& object)
} }
} }
} }

View File

@ -49,3 +49,4 @@ namespace ewol
}; };
#endif #endif

View File

@ -76,3 +76,4 @@ namespace ewol
}; };
#endif #endif

View File

@ -362,3 +362,4 @@ void ewol::SceneElement::UnLoadSprite(int32_t spriteId)
} }
} }
} }

View File

@ -162,3 +162,4 @@ namespace ewol
*/ */
#endif #endif

View File

@ -126,7 +126,7 @@ void guiInterface::ChangePos(Vector2D<int32_t> pos)
* @param pos The position where the winsdows is. * @param pos The position where the winsdows is.
* @return --- * @return ---
*/ */
void guiInterface::GetAbsPos(Vector2D<int32_t>& pos) void guiInterface::GetAbsPos(Vector2D<int32_t>& size)
{ {
// TODO : Later // TODO : Later
size.x = 0; size.x = 0;

View File

@ -48,3 +48,4 @@ namespace ewol
}; };
#endif #endif

@ -1 +1 @@
Subproject commit a20f0bacb64194ead87f219acccbd0a1165a94f2 Subproject commit 7e7434f1ed0816e0a7811ea5cebb808d3ad35264