compilation for windows is back and remove some unusefull warning
This commit is contained in:
parent
a6b807d75e
commit
d14e684954
@ -181,3 +181,4 @@ void ewol::font::TexturedRelease(ewol::TexturedFont*& object)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,3 +49,4 @@ namespace ewol
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -76,3 +76,4 @@ namespace ewol
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -362,3 +362,4 @@ void ewol::SceneElement::UnLoadSprite(int32_t spriteId)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -162,3 +162,4 @@ namespace ewol
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
@ -48,3 +48,4 @@ namespace ewol
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit a20f0bacb64194ead87f219acccbd0a1165a94f2
|
Subproject commit 7e7434f1ed0816e0a7811ea5cebb808d3ad35264
|
Loading…
x
Reference in New Issue
Block a user