Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx743 RECTL rectl; in ImplSalCreateFrame() local
744 _WinQueryWindowRect( hWndClient, &rectl ); in ImplSalCreateFrame()
745 pFrame->mnWidth = rectl.xRight; in ImplSalCreateFrame()
746 pFrame->mnHeight = rectl.yBottom; in ImplSalCreateFrame()