~ubuntu-dev/ubuntu/lucid/mutter/lucid-201002110959

« back to all changes in this revision

Viewing changes to src/core/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-05 16:23:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090905162300-uh014j826cs7xe76
Tags: 2.27.4-0ubuntu1
* New upstream release
* add debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
static void
428
428
meta_finalize (void)
429
429
{
430
 
  meta_display_close (meta_get_display (),
431
 
                      CurrentTime); /* I doubt correct timestamps matter here */
 
430
  MetaDisplay *display = meta_get_display ();
 
431
 
 
432
  if (display)
 
433
    meta_display_close (display,
 
434
                        CurrentTime); /* I doubt correct timestamps matter here */
432
435
 
433
436
  meta_session_shutdown ();
434
437
}