Searched refs:scrsz (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ | ||
| H A D | win_resize.c | 150 * 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 D | workspace_manager.c | 1052 const unsigned long scrsz = vs->w * vs->h; local in function:WMgrHandleButtonEvent 1054 if(winsz > (scrsz * sf)) { |
Completed in 6 milliseconds