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

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

View File

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

View File

@ -75,4 +75,5 @@ namespace ewol
};
#endif
#endif

View File

@ -361,4 +361,5 @@ void ewol::SceneElement::UnLoadSprite(int32_t spriteId)
}
}
}
}
}

View File

@ -161,4 +161,5 @@ namespace ewol
* @ return ---
*/
#endif
#endif

View File

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

View File

@ -47,4 +47,5 @@ namespace ewol
};
};
#endif
#endif

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