diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-03 00:29:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@redhat.com> | 2002-12-03 00:29:41 +0000 |
commit | 481e6fef65998dd376084532af878268cd45ae82 (patch) | |
tree | 8fbe43cc13fff068d425d71f313f601885d0ba09 /xsettings/xsettings.xml | |
parent | 174294084fa8b681ea5295693111855e1f11f06a (diff) | |
download | xdg-specs-481e6fef65998dd376084532af878268cd45ae82.tar.xz |
Mon Dec 2 20:24:02 2002 Owen Taylor <otaylor@redhat.com>
* xsettings.xml: Fix ordering of color components.
(Fredrik H)
Diffstat (limited to 'xsettings/xsettings.xml')
-rw-r--r-- | xsettings/xsettings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsettings/xsettings.xml b/xsettings/xsettings.xml index b621c19..df6878d 100644 --- a/xsettings/xsettings.xml +++ b/xsettings/xsettings.xml @@ -213,8 +213,8 @@ If TYPE == XSettingsTypeInteger, then the body is: </para> <programlisting> 2 CARD16 red - 2 CARD16 blue 2 CARD16 green + 2 CARD16 blue 2 CARD16 alpha </programlisting> <para> |