HomeSort by: relevance | last modified time | path
    Searched refs:WMgrButtonShadowDepth (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
drawing.c 194 if(hspace < (Scr->WMgrButtonShadowDepth + 1)) {
195 hspace = Scr->WMgrButtonShadowDepth + 1;
200 Draw3DBorder(w, 0, 0, bwidth, bheight, Scr->WMgrButtonShadowDepth,
209 Scr->WMgrButtonShadowDepth - 1,
210 Scr->WMgrButtonShadowDepth - 1,
211 bwidth - 2 * Scr->WMgrButtonShadowDepth + 2,
212 bheight - 2 * Scr->WMgrButtonShadowDepth + 2,
218 Scr->WMgrButtonShadowDepth / 2,
219 Scr->WMgrButtonShadowDepth / 2,
220 bwidth - Scr->WMgrButtonShadowDepth,
    [all...]
screen.h 535 short WMgrButtonShadowDepth; ///< WMgrButtonShadowDepth config var
parse_be.c 478 { "wmgrbuttonshadowdepth", NKEYWORD, kwn_WMgrButtonShadowDepth },
1303 Scr->WMgrButtonShadowDepth = num;
1305 if(Scr->WMgrButtonShadowDepth < 1) {
1306 Scr->WMgrButtonShadowDepth = 1;
ctwm_main.c 1213 scr->WMgrButtonShadowDepth = 2;
occupation.c 672 occwin->owidth = bbwidth + 2 * Scr->WMgrButtonShadowDepth + 2;
workspace_manager.c 372 bwidth = strWid + 2 * Scr->WMgrButtonShadowDepth + 6;

Completed in 29 milliseconds