~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/libcroco/cr-rgb.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
         *Either NO_UNIT (integer) or 
40
40
         *UNIT_PERCENTAGE (percentage).
41
41
         */
42
 
        const guchar *name ;
 
42
        const gchar *name ;
43
43
        glong red ;
44
44
        glong green ;
45
45
        glong blue ;
46
46
        gboolean is_percentage ;
47
 
        gboolean inherit ;
 
47
            gboolean inherit ;
48
48
        gboolean is_transparent ;
49
49
        CRParsingLocation location ;
50
50
} ;