mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
cast
This commit is contained in:
parent
6a8320e504
commit
72873848fd
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue