stbtt_Pack* documentation

oversample test tweaks
This commit is contained in:
Sean Barrett
2014-12-06 23:00:59 -08:00
parent f03e352093
commit 22dbcffef7
5 changed files with 148 additions and 43 deletions

View File

@ -791,6 +791,8 @@ void stbwingraph_SwapBuffers(void *win)
#ifdef STB_WINMAIN
void stbwingraph_main(void);
char *stb_wingraph_commandline;
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
{
@ -808,6 +810,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
else if (strstr(buffer, " -full ") || strstr(buffer, " -fullscreen "))
stbwingraph_request_fullscreen = TRUE;
}
stb_wingraph_commandline = lpCmdLine;
stbwingraph_DefineClass(hInstance, "appicon");
stbwingraph_main();