diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-27 14:58:35 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-27 15:00:33 +0000 |
commit | 5c27307219b5a5c1f73dcde9d0b2beed5810bd7d (patch) | |
tree | a88734b59c44a3f8411a1ab0e51fbafb5733870c /src/sna | |
parent | b8a0acd615042bee7bdf49c364a4815ade6b9a61 (diff) |
sna: Remove the trailing '.' from the previous commit
Good Maarten for reporting the bug, bad Maarten for silently fixing up my
mistakes when testing! Thanks to Colin Walter and his tinderbox.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna')
-rw-r--r-- | src/sna/sna_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index 45ae4624..714b65ce 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -2444,7 +2444,7 @@ migrate_dirty_tracking(struct sna *sna, PixmapPtr old_front) dirty->damage = DamageCreate(NULL, NULL, DamageReportNone, - TRUE, screen, screen);, + TRUE, screen, screen); if (!dirty->damage) { xorg_list_del(&dirty->ent); free(dirty); |