Home
last modified time | relevance | path

Searched refs:MLHeight (Results 1 – 4 of 4) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswdisp.c103 cm->MLHeight = cm->SizeY + cm->LeadingY + (2 * cm->OffsetY) + in BuildCellMetrics()
179 (GetSystemMetrics (SM_CYMENU) + cm->MLHeight); in DisplayableRows()
332 Client->y = (Rect.bottom - EmacsCM.MLHeight) + EmacsCM.OffsetY + in CellToClient()
591 Rect.top = Rect.bottom - EmacsCM.MLHeight;
H A Dmswsys.c501 Rect.bottom - EmacsCM.MLHeight, in FrameInit()
804 LOWORD(lParam), HIWORD(lParam) - EmacsCM.MLHeight, TRUE);
H A Dmswfont.c546 Rect.right, Rect.bottom - EmacsCM.MLHeight,
/dports/editors/uemacs/uemacs-4.0/h/
H A Dmswin.h73 short MLHeight; /* height of the message line */ member