Skip to content

WIP: composite: Remove silly indirection around compRepaintBorder

Adam Jackson requested to merge ajax/xserver:compRepaintBorder into master

If we need to repaint a window's border, then said window will certainly still exist by the time we get around to ProcessWorkQueue. So there's no reason to look it up by its XID, the WindowPtr itself is fine.

Signed-off-by: Adam Jackson ajax@redhat.com

Edited by Adam Jackson

Merge request reports