Home
last modified time | relevance | path

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

/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/grid/
H A Dgrid.c177 int slotWidth33 = workarea.width / 3; in gridCommon() local
178 int slotWidth66 = workarea.width - slotWidth33; in gridCommon()
189 props.gravityRight * slotWidth33; in gridCommon()
200 slot33.width = slotWidth33; in gridCommon()
206 slot66.x = workarea.x + props.gravityRight * slotWidth33; in gridCommon()
215 desiredSlot.width = slotWidth33; in gridCommon()
226 desiredSlot.width = slotWidth33; in gridCommon()
227 desiredSlot.x = workarea.x + slotWidth33; in gridCommon()