Home
last modified time | relevance | path

Searched refs:GWW_SCRCY (Results 1 – 3 of 3) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/h/
H A Dmswin.h60 #define GWW_SCRCY (GWW_SCRCX+sizeof(WORD)) /* client area height */ macro
61 #define SCRWNDEXTRA (GWW_SCRCY+sizeof(WORD))
/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswdisp.c413 ChgHeight = (cy != GetWindowWord (hWnd, GWW_SCRCY)); in ScrReSize()
417 SetWindowWord (hWnd, GWW_SCRCY, cy); in ScrReSize()
H A Dmswsys.c566 SetWindowWord (hWnd, GWW_SCRCY, (WORD)Rect.bottom);