~rodrigo-moya/ubuntu/oneiric/gnome-desktop3/fix_863038

« back to all changes in this revision

Viewing changes to libgnome-desktop/edid-parse.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-03-22 13:48:49 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110322134849-kgqeaye2fwen5h2b
Tags: 2.91.92-0ubuntu1
* New upstream version
  libgnome-desktop
  - Force property update when doing new crossfade frame 
  - Use picture-uri GSettings key 
  Misc
  - Don't build some RANDR code if RANDR is not available

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
        if (first != 0x01 && second != 0x01)
331
331
        {
332
332
            int w = 8 * (first + 31);
333
 
            int h;
 
333
            int h = 0;
334
334
 
335
335
            switch (get_bits (second, 6, 7))
336
336
            {