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

/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c150 * scrsz will hold the number of pixels in your resolution,
155 const unsigned long scrsz = Scr->rootw * Scr->rooth; local in function:OpaqueResizeSize
156 if(winsz > (scrsz * (Scr->OpaqueResizeThreshold / 100.0))) {
H A Dworkspace_manager.c1052 const unsigned long scrsz = vs->w * vs->h; local in function:WMgrHandleButtonEvent
1054 if(winsz > (scrsz * sf)) {

Completed in 6 milliseconds