Searched defs:cw (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Viewport.c279 ViewportWidget cw = (ViewportWidget)current; local
281 if (w->viewport.forcebars != cw->viewport.forcebars) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewport.c314 ViewportWidget cw = (ViewportWidget)current; local
316 if ( (w->viewport.forcebars != cw->viewport.forcebars) ||
317 (w->viewport.allowvert != cw->viewport.allowvert) ||
318 (w->viewport.allowhoriz != cw->viewport.allowhoriz) ||
319 (w->viewport.useright != cw->viewport.useright) ||
320 (w->viewport.usebottom != cw->viewport.usebottom) )

Completed in 337 milliseconds