Lines Matching refs:createNotify
880 cpswapl(from->u.createNotify.window, to->u.createNotify.window);
881 cpswapl(from->u.createNotify.parent, to->u.createNotify.parent);
882 cpswaps(from->u.createNotify.x, to->u.createNotify.x);
883 cpswaps(from->u.createNotify.y, to->u.createNotify.y);
884 cpswaps(from->u.createNotify.width, to->u.createNotify.width);
885 cpswaps(from->u.createNotify.height, to->u.createNotify.height);
886 cpswaps(from->u.createNotify.borderWidth,
887 to->u.createNotify.borderWidth);
888 to->u.createNotify.override = from->u.createNotify.override;