Searched refs:BW2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dtwm.h104 #define BW2 4 /* border width * 2 */ macro
H A Dmenus.c2580 if (px + width + BW2 >= Scr->MyDisplayWidth)
2581 px = Scr->MyDisplayWidth - width - BW2;
2582 if (py + height + BW2 >= Scr->MyDisplayHeight)
2583 py = Scr->MyDisplayHeight - height - BW2;
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h54 #define BW2 4 /* border width * 2 */ macro

Completed in 6 milliseconds