Searched refs:dlgFontSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dgui_w16.c1509 DWORD dlgFontSize; local
1510 dlgFontSize = GetDialogBaseUnits(); /* fall back to big old system*/
1511 s_dlgfntwidth = LOWORD(dlgFontSize);
1512 s_dlgfntheight = HIWORD(dlgFontSize);
H A Dgui_w32.c3672 DWORD dlgFontSize; local
3716 dlgFontSize = GetDialogBaseUnits(); /* fall back to big old system*/
3717 s_dlgfntwidth = LOWORD(dlgFontSize);
3718 s_dlgfntheight = HIWORD(dlgFontSize);

Completed in 74 milliseconds