present: Set window pixmap to flipped pixmap
authorKeith Packard <keithp@keithp.com>
Tue, 26 Nov 2013 07:06:08 +0000 (23:06 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 5 Dec 2013 17:48:38 +0000 (09:48 -0800)
commitcde86e68fcb716f34c90f5a16eb868870f5c85e4
tree1733c963b2b99b91c25315331ad786c8c9dbae4d
parent04e138846e128670d409798aa2e797c3c5503a47
present: Set window pixmap to flipped pixmap

This makes other drawing to the window appear on the screen.

Note that no child windows can be affected because only full-screen
windows are eligible for flipping, and so we only need to set pixmap
for the window itself.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
present/present.c