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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Simple.c153 SimpleWidget s_new = (SimpleWidget) new; local
159 if ( (s_old->simple.cursor != s_new->simple.cursor) && XtIsRealized(new))
160 XDefineCursor(XtDisplay(new), XtWindow(new), s_new->simple.cursor);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimple.c247 SimpleWidget s_new = (SimpleWidget) new; local
251 s_new->simple.international = s_old->simple.international;
257 if (s_old->simple.cursor != s_new->simple.cursor) {
265 if ( (s_old->simple.pointer_fg != s_new->simple.pointer_fg) ||
266 (s_old->simple.pointer_bg != s_new->simple.pointer_bg) ||
267 (s_old->simple.cursor_name != s_new->simple.cursor_name) ) {
273 XDefineCursor(XtDisplay(new), XtWindow(new), s_new->simple.cursor);

Completed in 7 milliseconds