Starts a new frame, clearing the viewport and filling it with the background color.
int LEXSDL_NewFrame(void);
Return
0 : Operation was successfull.
negative number : Error occurred.
*Note : Call SDL_GetError() for info in case of error.