This commit is contained in:
ehouse 2004-04-03 16:39:54 +00:00
parent 6a8320e504
commit 72873848fd

View file

@ -874,7 +874,7 @@ ce_drawctxt_make( MPFORMAL HWND mainWin, CEAppGlobals* globals )
dctx->mainWin = mainWin;
dctx->globals = globals;
ce_drawctxt_update( dctx, globals );
ce_drawctxt_update( (DrawCtx*)dctx, globals );
ceFontsSetup( globals, dctx );