Searched refs:TitleShadowDepth (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c847 * titles, we have to move it past the TitleShadowDepth, plus a
864 tmp_win->name_x += Scr->TitleShadowDepth + 2;
880 tmp_win->name_x -= Scr->TitleShadowDepth - 2;
894 if(tmp_win->name_x < (Scr->TBInfo.titlex + 2 * Scr->TitleShadowDepth)) {
895 tmp_win->name_x = Scr->TBInfo.titlex + 2 * Scr->TitleShadowDepth;
909 tmp_win->highlightxl += Scr->TitleShadowDepth;
1039 y += Scr->TitleShadowDepth;
1040 h -= 2 * Scr->TitleShadowDepth;
1140 y += Scr->TitleShadowDepth;
1141 h -= 2 * Scr->TitleShadowDepth;
[all...]
H A Dscreen.h542 short TitleShadowDepth; ///< TitleShadowDepth config var member in struct:ScreenInfo
H A Dwin_ops.c114 Scr->TitleHeight, Scr->TitleShadowDepth,
H A Dctwm_main.c739 Scr->TitleShadowDepth = 0;
826 Scr->TitleHeight += 2 * Scr->TitleShadowDepth;
1217 scr->TitleShadowDepth = 2;
H A Dparse_be.c1403 Scr->TitleShadowDepth = num;
1405 if(Scr->TitleShadowDepth < 0) {
1406 Scr->TitleShadowDepth = 2;
H A DCHANGES.md1381 TitleShadowDepth, MenuShadowDepth and IconManagerShadowDepth. You can
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1857 TitleShadowDepth `pixels`::

Completed in 14 milliseconds