~ubuntu-branches/ubuntu/precise/mutter/precise

« back to all changes in this revision

Viewing changes to doc/theme-format.txt

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-08-24 14:53:37 UTC
  • mfrom: (0.9.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824145337-ciqrupsuyrbyfg3l
Tags: 3.1.4-0ubuntu1
* New upstream release
  - Fix Adwaita window decoration (LP: #828543)
* debian/control.in: Bump libclutter-1.0-dev build-dependency to 1.7.5
* debian/patches/03_link_gles2.patch: Refreshed
* debian/libmutter0.symbols: Adjust .symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
want to read the document in reverse order, since the base features
23
23
are discussed under version 1.
24
24
 
 
25
New Features in Theme Format Version 3.4
 
26
========================================
 
27
 
 
28
An additional color type is added to pick up custom colors defined
 
29
in the GTK+ theme's CSS:
 
30
 
 
31
  gtk:custom(name,fallback)
 
32
 
 
33
where <name> refers to a custom color defined with @define-color in
 
34
the GTK+ theme, and <fallback> provides an alternative color definition
 
35
in case the color referenced by <name> is not found.
 
36
 
25
37
New Features in Theme Format Version 3.3
26
38
========================================
27
39