Lines Matching refs:configureNotify
843 cpswapl(from->u.configureNotify.event, to->u.configureNotify.event);
844 cpswapl(from->u.configureNotify.window, to->u.configureNotify.window);
845 cpswapl(from->u.configureNotify.aboveSibling,
846 to->u.configureNotify.aboveSibling);
847 cpswaps(from->u.configureNotify.x, to->u.configureNotify.x);
848 cpswaps(from->u.configureNotify.y, to->u.configureNotify.y);
849 cpswaps(from->u.configureNotify.width, to->u.configureNotify.width);
850 cpswaps(from->u.configureNotify.height, to->u.configureNotify.height);
851 cpswaps(from->u.configureNotify.borderWidth,
852 to->u.configureNotify.borderWidth);
853 to->u.configureNotify.override = from->u.configureNotify.override;