Home
last modified time | relevance | path

Searched refs:bottomborderwidth (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/e16/e16-1.0.24/src/
H A Dborders.c869 int topborderwidth, bottomborderwidth; in EwinBorderMinShadeSize() local
905 topborderwidth = bottomborderwidth = 0; in EwinBorderMinShadeSize()
917 if (bottomborderwidth < h) in EwinBorderMinShadeSize()
918 bottomborderwidth = h; in EwinBorderMinShadeSize()
920 ph = bottomborderwidth + topborderwidth; in EwinBorderMinShadeSize()