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