Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c51 MINMAXINFO *pMMI; in WndProc() local
55 pMMI = (MINMAXINFO *)lParam; in WndProc()
56 pMMI->ptMaxSize.x = LARGE_WINDOW_SIZE; in WndProc()
57 pMMI->ptMaxSize.y = LARGE_WINDOW_SIZE; in WndProc()
58 pMMI->ptMaxTrackSize.x = LARGE_WINDOW_SIZE; in WndProc()
59 pMMI->ptMaxTrackSize.y = LARGE_WINDOW_SIZE; in WndProc()