Lines Matching refs:configureNotify
947 cpswapl(from->u.configureNotify.event,
948 to->u.configureNotify.event);
949 cpswapl(from->u.configureNotify.window,
950 to->u.configureNotify.window);
951 cpswapl(from->u.configureNotify.aboveSibling,
952 to->u.configureNotify.aboveSibling);
953 cpswaps(from->u.configureNotify.x, to->u.configureNotify.x);
954 cpswaps(from->u.configureNotify.y, to->u.configureNotify.y);
955 cpswaps(from->u.configureNotify.width, to->u.configureNotify.width);
956 cpswaps(from->u.configureNotify.height,
957 to->u.configureNotify.height);
958 cpswaps(from->u.configureNotify.borderWidth,
959 to->u.configureNotify.borderWidth);
960 to->u.configureNotify.override = from->u.configureNotify.override;