[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Options to cairo driver
From: |
John Darrington |
Subject: |
Options to cairo driver |
Date: |
Sat, 17 Dec 2011 09:58:13 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
In order to make the output window properly respond to changes
in style (eg. from gnome theme engines) we need to be able to
dynamically set options AFTER the driver has been created.
I thought this would be straightforward, but it seems not to be
the case, because the parse_font, parse_dimension routeines etc.
demand a default value, which has means it's not possible to set
an indivual option, without also setting all the other options
back to their default values.
I can see a couple of ways around this, but they all end up
fighting against the "default-value". It would seem better
to rethink the way src/output/options.c is done.
Comments?
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Options to cairo driver,
John Darrington <=
- Re: Options to cairo driver, Ben Pfaff, 2011/12/17
- Re: Options to cairo driver, John Darrington, 2011/12/17
- Re: Options to cairo driver, Ben Pfaff, 2011/12/17
- Message not available
- Re: Options to cairo driver, Ben Pfaff, 2011/12/18
- Re: Options to cairo driver, John Darrington, 2011/12/18
- Re: Options to cairo driver, Ben Pfaff, 2011/12/18
- Re: Options to cairo driver, John Darrington, 2011/12/19
- Re: Options to cairo driver, Ben Pfaff, 2011/12/20
- Re: Options to cairo driver, John Darrington, 2011/12/20
- Re: Options to cairo driver, Ben Pfaff, 2011/12/20